summaryrefslogtreecommitdiff
path: root/rules/jflex
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-10 13:59:16 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-10 13:59:16 -0400
commitcc489ef4c6ba0b0ddda689bfde817f58744951d8 (patch)
treee0aefdb9e48c009326f4f25d1cf368fd4e89b1c8 /rules/jflex
parentb08c7e74704baff24972f30a1b273ccc11b3a367 (diff)
rules/*/Makefile: add .DELETE_ON_ERROR
Diffstat (limited to 'rules/jflex')
-rw-r--r--rules/jflex/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/jflex/Makefile b/rules/jflex/Makefile
index 1aadb5a..4db4db2 100644
--- a/rules/jflex/Makefile
+++ b/rules/jflex/Makefile
@@ -62,3 +62,4 @@ clean: PHONY
$(RM) -r build
.PHONY: PHONY
+.DELETE_ON_ERROR: