Added GNUmakevars

This commit is contained in:
hjp 2000-02-13 19:49:22 +00:00
parent 4cc50060b2
commit 08ecc7b56c
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
include GNUmakerules
include GNUmakevars
all: chartab ctype-test
@ -7,3 +7,5 @@ ctype-test:
clean:
rm chartab
install: $(BINDIR)/chartab $(BINDIR)/ctype-test
include GNUmakerules