diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-06 18:44:36 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-06 18:44:36 -0400 |
commit | 7e01abb99f835440bfac61761c65ea68e58191d6 (patch) | |
tree | 0ae47286be170c3153ee6aaaef1b9ca2f1cbe363 | |
parent | 6522999541167189cf9a44cac60af6f976e1ddc4 (diff) |
minor touch up
-rw-r--r-- | rules/jsr305/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/jsr305/Makefile b/rules/jsr305/Makefile index 9317412..b45641f 100644 --- a/rules/jsr305/Makefile +++ b/rules/jsr305/Makefile @@ -10,7 +10,7 @@ TOUCH = touch all: PHONY build -build: src $(shell $(FIND) src) +build: $(shell $(FIND) src) $(ANT) jars || { $(RM) -r build; exit 1; } $(TOUCH) $@ |