From 08ecc7b56c41c9d169326d111335b3060c29fe39 Mon Sep 17 00:00:00 2001 From: hjp Date: Sun, 13 Feb 2000 19:49:22 +0000 Subject: [PATCH] Added GNUmakevars --- chartab/GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chartab/GNUmakefile b/chartab/GNUmakefile index b2f2f63..7dfdcbe 100644 --- a/chartab/GNUmakefile +++ b/chartab/GNUmakefile @@ -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