parent
c1bd067914
commit
dda3e11477
2 changed files with 14 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
CFLAGS=-I. -lncurses -lm
|
||||||
|
|
||||||
|
nZombies: |
||||||
|
gcc -o nZombies *.c $(CFLAGS)
|
||||||
|
|
||||||
|
clean: |
||||||
|
@rm *.o nZombies
|
Loading…
Reference in new issue