mdcheckr/Makefile

12 lines
161 B
Makefile
Raw Permalink 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
# Tests hit the Internet, switching off for offline build
#(cd tests && ./test.sh)
2017-06-04 10:44:25 +00:00