Skip to content

Commit 14ce4b8

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
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)