Skip to content

Commit 3044b97

Browse files
committed
ensure install builds
1 parent 6f31e48 commit 3044b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neural_modelling/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ INSTALL_ERROR += This environment variable must also exist for all higher level
5050

5151
# This installs the source and makefiles into a central location so that
5252
# other projects can make use if it
53-
install:
53+
install: $(DIRS)
5454
$(eval SPYNNAKER_INSTALL_DIR := $(strip $(if $(SPYNNAKER_INSTALL_DIR), $(SPYNNAKER_INSTALL_DIR), $(error $(INSTALL_ERROR)))))
5555
$(MKDIR) $(SPYNNAKER_INSTALL_DIR)/src
5656
$(MKDIR) $(SPYNNAKER_INSTALL_DIR)/modified_src

0 commit comments

Comments
 (0)