simple/waste/GNUmakefile

12 lines
124 B
Makefile
Raw Normal View History

1998-01-28 22:16:17 +01:00
include GNUmakerules
all: waste
errno:
clean:
rm waste
install: $(BINDIR)/waste
1998-02-07 23:40:14 +01:00
%: %.pl patchperl
sh ./patchperl $< $@