makefile in
imagery-1.0.0.rc2
vs makefile in
imagery-1.0.0
- old
+ new
@@ -1,2 +1,7 @@
test:
- cutest tests/*.rb
+ cutest tests/*_test.rb
+
+tests/%: .PHONY
+ cutest $@
+
+.PHONY: