diff --git a/Makefile b/Makefile index 3b3f988..a5e3f9a 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ install: base-install $(INSTALL_TARGETS) echo 'BIN = "$(BIN)"' >> ctf/paths.py echo 'SBIN = "$(SBIN)"' >> ctf/paths.py echo 'BASE_URL = "$(BASE_URL)"' >> ctf/paths.py - python setup.py install install bin/pointscli $(BIN) install bin/in.pointsd bin/in.flagd \ @@ -56,6 +55,8 @@ install: base-install $(INSTALL_TARGETS) touch $(VAR)/disabled/skynet touch $(VAR)/disabled/survey + python setup.py install + base-install: install --directory $(LIB) $(BIN) $(SBIN)