mirror of https://github.com/dirtbags/moth.git
Makefile cleanup
This commit is contained in:
parent
6bc361ece4
commit
f339eb43d2
4
Makefile
4
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)
|
||||
|
|
Loading…
Reference in New Issue