Added test target.
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: all mostlyclean clean install zip avail unavail bin lib doc html info samples
|
||||
.PHONY: all mostlyclean clean install zip avail unavail bin lib doc html info samples test
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
@@ -20,6 +20,9 @@ doc html info:
|
||||
samples:
|
||||
@$(MAKE) -C samples --no-print-directory $@
|
||||
|
||||
test:
|
||||
@$(MAKE) -C test --no-print-directory $@
|
||||
|
||||
%65:
|
||||
@$(MAKE) -C src --no-print-directory $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user