summaryrefslogtreecommitdiff
path: root/mechanical/motors/mesures-si2e-2007/Makefile
diff options
context:
space:
mode:
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)