From 590fa64d1a749155c3ad9a976cbfa520afd11d0a Mon Sep 17 00:00:00 2001 From: Nathan Dane Date: Thu, 18 Nov 2010 20:52:27 +0000 Subject: [PATCH] Removes symlink from repo, removed it from Makefile --- .play | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 .play diff --git a/.play b/.play deleted file mode 120000 index f2c76e7..0000000 --- a/.play +++ /dev/null @@ -1 +0,0 @@ -bin/play \ No newline at end of file diff --git a/Makefile b/Makefile index d48127f..44ab916 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: javac -d bin/ src/game/*.java cp -r src/images bin/ echo -e "#!/bin/bash\njava game/Tanks" > bin/play - ln -s bin/play play +# ln -s bin/play play chmod 755 bin/play clean: -- 2.11.4.GIT