Skip to content

Commit 58ddbdb

Browse files
authoredJun 3, 2022
Update Makefile
1 parent 04d74c7 commit 58ddbdb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎apps/console/Makefile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
obj = console.o
2-
target = console
3-
4-
# TODO
1+
%.o: %.c
2+
gcc -I../../include -c console.c -o console.o

0 commit comments

Comments
 (0)