makefile in
hmote-1.2.0
vs makefile in
hmote-1.3.0
- old
+ new
@@ -1,7 +1,8 @@
+.DEFAULT_GOAL := test
.PHONY: test gem:
- gem build hmote.gemspec
+ gem build *.gemspec
test: cutest test/*.rb