PROGS=paron paroff load turn zstrip tab install: $(PROGS) cp $(PROGS) ../../bin/ clean: rm -f $(PROGS) $(foreach p, $(PROGS),../../bin/$(p))