diff options
author | Jan Huwald <jh@sotun.de> | 2012-05-07 19:53:27 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-05-07 19:53:27 (GMT) |
commit | 00b209240138660db1ded3ef3870023964ce6e4e (patch) | |
tree | 8ffaec780b060bdc478929aa714b8af2ee760671 /model_input/Makefile |
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 |