Makefile cleanup

This commit is contained in:
Neale Pickett 2010-05-15 10:34:17 -06:00
parent 6bc361ece4
commit f339eb43d2
1 changed files with 2 additions and 2 deletions

View File

@ -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)