summaryrefslogtreecommitdiff
path: root/mechanical/motors/mesures-si2e-2007/Makefile
blob: d3ba027a16c66f5fc8c1d74e266a24e1dd5f5acf (plain)
1
2
3
4
5
6
7
8
9
10
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)