mirror of
https://github.com/ioacademy-jikim/debugging
synced 2026-08-22 05:42:58 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# makefile4
|
||||
|
||||
.c.o:
|
||||
@echo "Compiling" $< "..."
|
||||
cc -c $< -I.
|
||||
|
||||
app: main.o foo.o goo.o
|
||||
@echo "Building target" $@ "..."
|
||||
cc -o app main.o foo.o goo.o
|
||||
|
||||
main.o:foo.h goo.h
|
||||
foo.o:foo.h
|
||||
foo.o:goo.h
|
||||
Reference in New Issue
Block a user