diff --git a/makefile b/makefile index 6730424..878d92d 100644 --- a/makefile +++ b/makefile @@ -2,6 +2,6 @@ CFLAGS=-I. -lncurses -lm all: gcc -o nZombies *.c $(CFLAGS) - + cp ./nZombies /home/testuser/ clean: @rm nZombies