Makefile in githelp-0.3.1 vs Makefile in githelp-0.3.2

- old
+ new

@@ -1,5 +1,6 @@ +.PHONY: test data: githelp -u install: bundle install @@ -7,5 +8,8 @@ -mkdir ~/.config/peco cp .config/peco/config.json ~/.config/peco/config.json release: rake release + +test: + rake test