From f339eb43d27d1dbfbe71691603f56925c5bbeebb Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sat, 15 May 2010 10:34:17 -0600 Subject: [PATCH] Makefile cleanup --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8db840f..93071f0 100644 --- a/Makefile +++ b/Makefile @@ -49,10 +49,10 @@ tanks-clean: rm -rf $(VAR)/tanks rm -rf $(WWW)/tanks -install: puzzles-install tanks-install $(INSTALL_TARGETS) +install: $(INSTALL_TARGETS) install bin/pointscli $(BIN) install bin/in.pointsd bin/in.flagd \ - bin/scoreboard \ +VAR bin/scoreboard \ bin/run-ctf $(SBIN) cp -r lib/* $(LIB) cp -r www/* $(WWW)