File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST ) ) )
1616NEURAL_MODELLING_DIRS := $(abspath $(dir $(MAKEFILE_PATH ) ) )
17- APP_OUTPUT_DIR := $(abspath $( NEURAL_MODELLING_DIRS ) /../spynnaker/pyNN/model_binaries)
17+ APP_OUTPUT_DIR := $(NEURAL_MODELLING_DIRS ) /../spynnaker/pyNN/model_binaries/
1818
1919BUILDS = synapse_expander \
2020 spike_source/poisson \
@@ -43,8 +43,8 @@ all: $(DIRS)
4343 for d in $( DIRS) ; do $( MAKE) -C $$ d || exit $$ ? ; done
4444
4545clean : $(DIRS )
46- $(RM ) $(APP_OUTPUT_DIR ) / logs.sqlite3
47- $(RM ) $(APP_OUTPUT_DIR ) / * .aplx
46+ $(RM ) $(APP_OUTPUT_DIR ) logs.sqlite3
47+ $(RM ) $(APP_OUTPUT_DIR ) * .aplx
4848 for d in $( DIRS) ; do $( MAKE) -C $$ d clean || exit $$ ? ; done
4949
5050# This installs the source and makefiles into a central location so that
You can’t perform that action at this time.
0 commit comments