Große Umstellung. Viel hinzugefügt.
[h316.git] / pc-tools / src-filters / Makefile
diff --git a/pc-tools/src-filters/Makefile b/pc-tools/src-filters/Makefile
new file mode 100644 (file)
index 0000000..32e8d05
--- /dev/null
@@ -0,0 +1,9 @@
+PROGS=paron paroff load turn zstrip tab
+
+install: $(PROGS)
+       cp $(PROGS) ../../bin/
+
+clean:
+       rm -f $(PROGS) $(foreach p, $(PROGS),../../bin/$(p))
+
+