Skip to content

Instantly share code, notes, and snippets.

@bduggan
Created June 25, 2018 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bduggan/08924d2e24392cbcfccf1ac6f04bc499 to your computer and use it in GitHub Desktop.
Save bduggan/08924d2e24392cbcfccf1ac6f04bc499 to your computer and use it in GitHub Desktop.
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