travaille
This commit is contained in:
11
makefile
Normal file
11
makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
terrain: terrain.o serpent.o deplacement.o
|
||||
gcc -o terrain terrain.o serpent.o deplacement.o
|
||||
|
||||
terrain.o: terrain.c serpent.h deplacement.h
|
||||
gcc -c terrain.c
|
||||
|
||||
serpent.o: serpent.c serpent.h
|
||||
gcc -c serpent.c
|
||||
|
||||
deplacement.o: deplacement.c deplacement.h
|
||||
gcc -c deplacement.c
|
Reference in New Issue
Block a user