simple/waste/GNUmakefile

12 lines
124 B
Makefile

include GNUmakerules
all: waste
errno:
clean:
rm waste
install: $(BINDIR)/waste
%: %.pl patchperl
sh ./patchperl $< $@