This website requires JavaScript.
Explore
Help
Sign In
vacp2p
/
mdcheckr
mirror of
Watch
1
Star
0
Fork
You've already forked mdcheckr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
caf631b70d
mdcheckr
/
Makefile
11 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
update packaging code
2017-06-04 10:44:25 +00:00
VERSION
=
1.0
remove debian/ packaging info for 1.0 release
2017-06-09 09:58:36 +00:00
.PHONY
:
default
test
update packaging code
2017-06-04 10:44:25 +00:00
default
:
test
test
:
add package creation to Travis CI script
2017-06-04 10:45:26 +00:00
bash -n mdcheckr
update packaging code
2017-06-04 10:44:25 +00:00
(
cd
tests
&&
./test.sh
)