simple/chartab/GNUmakefile

10 lines
135 B
Makefile
Raw Normal View History

1997-04-12 17:51:54 +02:00
include GNUmakerules
1997-11-18 11:35:54 +01:00
all: chartab ctype-test
1997-04-12 17:51:54 +02:00
chartab:
1997-11-18 11:35:54 +01:00
ctype-test:
1997-04-12 17:51:54 +02:00
clean:
rm chartab
1997-11-18 11:35:54 +01:00
install: $(BINDIR)/chartab $(BINDIR)/ctype-test