Skip to content

Commit

Permalink
Add build and test as depdency to release target
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleolivo committed Jul 24, 2017
1 parent 293ede7 commit 07bfbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ clean:
find . -type f -name \*.json -delete

# create a release tarball
release: build
release: run
tar czf datagen.tar.gz datagen example.lang

0 comments on commit 07bfbc9

Please sign in to comment.