mdcheckr/Makefile

11 lines
100 B
Makefile
Raw Normal View History

2017-06-04 10:44:25 +00:00
VERSION=1.0
.PHONY: default test
2017-06-04 10:44:25 +00:00
default: test
test:
bash -n mdcheckr
2017-06-04 10:44:25 +00:00
(cd tests && ./test.sh)