We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f31e48 commit 3044b97Copy full SHA for 3044b97
neural_modelling/Makefile
@@ -50,7 +50,7 @@ INSTALL_ERROR += This environment variable must also exist for all higher level
50
51
# This installs the source and makefiles into a central location so that
52
# other projects can make use if it
53
-install:
+install: $(DIRS)
54
$(eval SPYNNAKER_INSTALL_DIR := $(strip $(if $(SPYNNAKER_INSTALL_DIR), $(SPYNNAKER_INSTALL_DIR), $(error $(INSTALL_ERROR)))))
55
$(MKDIR) $(SPYNNAKER_INSTALL_DIR)/src
56
$(MKDIR) $(SPYNNAKER_INSTALL_DIR)/modified_src
0 commit comments