diff options
Diffstat (limited to 'model_input/Makefile')
-rw-r--r-- | model_input/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/model_input/Makefile b/model_input/Makefile new file mode 100644 index 0000000..11358d6 --- /dev/null +++ b/model_input/Makefile @@ -0,0 +1,5 @@ +.PHONY: all +all: + cd topology && make + cd neurons && make + cd spikes && make |