Große Umstellung. Viel hinzugefügt.
[h316.git] / pc-tools / src-filters / Makefile
CommitLineData
437b3ba8 1PROGS=paron paroff load turn zstrip tab
2
3install: $(PROGS)
4 cp $(PROGS) ../../bin/
5
6clean:
7 rm -f $(PROGS) $(foreach p, $(PROGS),../../bin/$(p))
8
9