summaryrefslogtreecommitdiff
path: root/model_input/neurons/Makefile
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2012-05-07 19:53:27 (GMT)
committerJan Huwald <jh@sotun.de>2012-05-07 19:53:27 (GMT)
commit00b209240138660db1ded3ef3870023964ce6e4e (patch)
tree8ffaec780b060bdc478929aa714b8af2ee760671 /model_input/neurons/Makefile
Initial commitHEADmaster
Diffstat (limited to 'model_input/neurons/Makefile')
-rw-r--r--model_input/neurons/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/model_input/neurons/Makefile b/model_input/neurons/Makefile
new file mode 100644
index 0000000..8c205d2
--- /dev/null
+++ b/model_input/neurons/Makefile
@@ -0,0 +1,11 @@
+.PHONY: all
+all: if/1000_nocharge
+
+if/%_nocharge :
+ rm -f $@
+ I=0; while [ $* -gt $$I ]; do echo 0 >> $@; I=$$(( $$I + 1 )); done
+
+dalif/%_nocharge :
+ rm -f $@
+ I=0; while [ $* -gt $$I ]; do echo "-0.1" >> $@; I=$$(( $$I + 1 )); done
+
contact: Jan Huwald // Impressum