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