X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=ea3369b03fe6a66ecaf26537fb254921b55c3587;hb=da225d6f240bffd052502c0cf8804522514a7e61;hp=57ac9b77a960abb9008530aa1cd3ea22d03bff88;hpb=bcceb270ce8782bbe6c433afb19f41f8d4b09fec;p=rrq%2Frrqmisc.git diff --git a/Makefile b/Makefile index 57ac9b7..ea3369b 100644 --- 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