From d9f048e211ef6990a9e78019b5feaff6862e0843 Mon Sep 17 00:00:00 2001 From: Jerry Aldrich Date: Sat, 17 Oct 2015 13:08:08 -0500 Subject: [PATCH] Modify make file --- makefile | 1 - 1 file changed, 1 deletion(-) 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