2017-06-04 10:44:25 +00:00
|
|
|
VERSION=1.0
|
|
|
|
|
2017-06-09 09:58:36 +00:00
|
|
|
.PHONY: default test
|
2017-06-04 10:44:25 +00:00
|
|
|
|
|
|
|
default: test
|
|
|
|
|
|
|
|
test:
|
2017-06-04 10:45:26 +00:00
|
|
|
bash -n mdcheckr
|
2017-06-12 10:29:09 +00:00
|
|
|
# Tests hit the Internet, switching off for offline build
|
|
|
|
#(cd tests && ./test.sh)
|
2017-06-04 10:44:25 +00:00
|
|
|
|