summaryrefslogtreecommitdiff
path: root/mechanical/motors/mesures-si2e-2007/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2007-09-20 09:42:29 +0200
committerNicolas Schodet2007-09-20 09:42:29 +0200
commit1a2f907a80c7adbba9c0137d02f190af81890b9b (patch)
treebe20f1aa885b4867b65c68c5d2297f94345e56eb /mechanical/motors/mesures-si2e-2007/Makefile
parentc07c17d40038524ec0c0256bb5da36526585206a (diff)
Added measures done on SI2E 2007 robot.
Diffstat (limited to 'mechanical/motors/mesures-si2e-2007/Makefile')
-rw-r--r--mechanical/motors/mesures-si2e-2007/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/mechanical/motors/mesures-si2e-2007/Makefile b/mechanical/motors/mesures-si2e-2007/Makefile
new file mode 100644
index 00000000..d3ba027a
--- /dev/null
+++ b/mechanical/motors/mesures-si2e-2007/Makefile
@@ -0,0 +1,11 @@
+FILES = a b c d e f g h i j
+
+all: $(FILES)
+
+%: %.raw filter
+ ./filter < $< > $@
+
+filter: filter.c
+
+clean:
+ rm -f filter $(FILES)