mirror of
https://github.com/tiennm99/HDH.git
synced 2026-06-09 14:11:09 +00:00
Update
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
all: main.o ex1.o
|
||||
gcc main.o ex1.o -o ex1 -lm
|
||||
main.o: main.c ex1.h
|
||||
gcc -c main.c
|
||||
ex1.o: ex1.c ex1.h
|
||||
gcc -c ex1.c
|
||||
clean:
|
||||
rm -f *.o ex1
|
||||
Reference in New Issue
Block a user