simple/chartab/GNUmakefile

12 lines
156 B
Makefile

include GNUmakevars
all: chartab ctype-test
chartab:
ctype-test:
clean:
rm chartab
install: $(BINDIR)/chartab $(BINDIR)/ctype-test
include GNUmakerules