Created
June 25, 2018 16:45
-
-
Save bduggan/08924d2e24392cbcfccf1ac6f04bc499 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module := RDF-Turtle | |
version := $(shell jq -r .version META6.json) | |
test: | |
TEST_AUTHOR=1 prove -e'perl6 -Ilib' t/* | |
dist: | |
echo "Making $(version)" | |
git archive --prefix=$(module)-$(version)/ -o $(module)-$(version).tar.gz $(version) | |
clean: | |
rm -f *.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment