mirror of
https://github.com/vacp2p/mdcheckr.git
synced 2026-04-26 03:01:14 -04: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)
|
|
|