Skip to content

Commit 14ce4b8

Browse files
author
sasan
committed
add ".o" to object files
1 parent bd92a25 commit 14ce4b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
COMPILER=cc
22

33
C = c
4+
OBJ = o
45
OUTPUT_PATH = bin/
56
SOURCE_PATH = src/
67
BIN = bin/mbpfan

0 commit comments

Comments
 (0)