home
/
code
/
tiger.ml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0db552
)
Ensure make fails after 1st recipe failure
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 29 May 2018 14:45:05 +0000
(10:45 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 29 May 2018 14:45:05 +0000
(10:45 -0400)
tiger/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/tiger/Makefile
b/tiger/Makefile
index
4a053d8
..
a858a57
100644
(file)
--- a/
tiger/Makefile
+++ b/
tiger/Makefile
@@
-13,9
+13,7
@@
OCAMLBUILD := ocamlbuild $(OCAMLBUILD_FLAGS)
clean \
test
-all:
- @$(MAKE) -s clean
- @$(MAKE) -s build
+all: clean
@$(MAKE) -s test
build:
@@
-28,5
+26,5
@@
clean:
@$(OCAMLBUILD) -clean
@rm -rf ./bin
-test: b
in/exe/tiger_tests
- @./
$<
+test: b
uild
+ @./
bin/exe/tiger_tests
This page took
0.029365 seconds
and
4
git commands to generate.