Added GNUmakevars
This commit is contained in:
parent
4cc50060b2
commit
08ecc7b56c
|
@ -1,4 +1,4 @@
|
||||||
include GNUmakerules
|
include GNUmakevars
|
||||||
|
|
||||||
all: chartab ctype-test
|
all: chartab ctype-test
|
||||||
|
|
||||||
|
@ -7,3 +7,5 @@ ctype-test:
|
||||||
clean:
|
clean:
|
||||||
rm chartab
|
rm chartab
|
||||||
install: $(BINDIR)/chartab $(BINDIR)/ctype-test
|
install: $(BINDIR)/chartab $(BINDIR)/ctype-test
|
||||||
|
|
||||||
|
include GNUmakerules
|
||||||
|
|
Loading…
Reference in New Issue