simple/waste/GNUmakefile

13 lines
144 B
Makefile
Raw Permalink Normal View History

1998-09-17 12:33:11 +02:00
include GNUmakevars
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 $< $@