mirror of
https://github.com/vacp2p/mdcheckr.git
synced 2026-01-07 22:24:02 -05:00
11 lines
100 B
Makefile
11 lines
100 B
Makefile
VERSION=1.0
|
|
|
|
.PHONY: default test
|
|
|
|
default: test
|
|
|
|
test:
|
|
bash -n mdcheckr
|
|
(cd tests && ./test.sh)
|
|
|