Oops, remove bare VAR from Makefile

This commit is contained in:
Neale Pickett 2010-05-15 10:47:59 -06:00
parent 44765ba9c8
commit 59b41bfb72
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ tanks-clean:
install: $(INSTALL_TARGETS)
install bin/pointscli $(BIN)
install bin/in.pointsd bin/in.flagd \
VAR bin/scoreboard \
bin/scoreboard \
bin/run-ctf $(SBIN)
cp -r lib/* $(LIB)
cp -r www/* $(WWW)