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