run dmake: enables platform file validation with 'make checkcfg'
This commit is contained in:
parent
0883623159
commit
65a19e7802
2
Makefile
2
Makefile
|
@ -262,7 +262,7 @@ test: all
|
||||||
check: all
|
check: all
|
||||||
./testrunner -q
|
./testrunner -q
|
||||||
|
|
||||||
checkcfg: cppcheck validateCFG
|
checkcfg: cppcheck validateCFG validatePlatforms
|
||||||
./test/cfg/runtests.sh
|
./test/cfg/runtests.sh
|
||||||
|
|
||||||
dmake: tools/dmake.o cli/filelister.o $(SRCDIR)/pathmatch.o $(SRCDIR)/path.o externals/simplecpp/simplecpp.o
|
dmake: tools/dmake.o cli/filelister.o $(SRCDIR)/pathmatch.o $(SRCDIR)/path.o externals/simplecpp/simplecpp.o
|
||||||
|
|
Loading…
Reference in New Issue