Modify make file

main
Jerry Aldrich 10 years ago
parent a3cf90b549
commit d9f048e211
  1. 1
      makefile

@ -2,6 +2,5 @@ CFLAGS=-I. -lncurses -lm
all:
gcc -o nZombies *.c $(CFLAGS)
cp ./nZombies /home/testuser/
clean:
@rm nZombies

Loading…
Cancel
Save