mirror of https://github.com/dirtbags/moth.git
Work on getting bots in there
This commit is contained in:
parent
3014ff5653
commit
1adc53d511
1
Makefile
1
Makefile
|
@ -55,6 +55,7 @@ tanks-clean:
|
||||||
install: $(INSTALL_TARGETS)
|
install: $(INSTALL_TARGETS)
|
||||||
install bin/pointscli $(DESTDIR)$(BIN)
|
install bin/pointscli $(DESTDIR)$(BIN)
|
||||||
install bin/in.pointsd bin/in.flagd \
|
install bin/in.pointsd bin/in.flagd \
|
||||||
|
bin/kevin bin/badmathbot \
|
||||||
bin/scoreboard \
|
bin/scoreboard \
|
||||||
bin/run-ctf $(DESTDIR)$(SBIN)
|
bin/run-ctf $(DESTDIR)$(SBIN)
|
||||||
cp -r lib/* $(DESTDIR)$(LIB)
|
cp -r lib/* $(DESTDIR)$(LIB)
|
||||||
|
|
Loading…
Reference in New Issue