projects
/
rrq
/
rrqmisc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e6119c
)
stop at firs error
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 22 Jul 2022 05:39:34 +0000
(15:39 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 22 Jul 2022 05:39:34 +0000
(15:39 +1000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 57ac9b77a960abb9008530aa1cd3ea22d03bff88..ea3369b03fe6a66ecaf26537fb254921b55c3587 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,7
+2,7
@@
LIBDIRS = vector typing logic htable
APPDIRS = socket-sniff tests
default: $(LIBDIRS) $(APPDIRS)
- for d in $^ ; do $(MAKE) -C $$d default ; done
+ for d in $^ ; do $(MAKE) -C $$d default
|| break
; done
clean: $(LIBDIRS) $(APPDIRS)
for d in $^ ; do $(MAKE) -C $$d clean ; done