global: Add the symbolic links - discard mklink.sh
[h316.git] / pc-tools / src-filters / Makefile
index 32e8d05800e74c4cf361f53ed3cb1ec3ff09f720..e0140cb84cabbb67a9c5aa6ec39af05e01c0b4e5 100644 (file)
@@ -1,9 +1,9 @@
 PROGS=paron paroff load turn zstrip tab
 
-install: $(PROGS)
-       cp $(PROGS) ../../bin/
+default: $(PROGS)
 
 clean:
-       rm -f $(PROGS) $(foreach p, $(PROGS),../../bin/$(p))
+       @rm -f $(PROGS)
 
+.PHONY: default clean