From 6b91026eddfa739b6637b18285041063e0fd0348 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 13 Apr 2020 19:36:15 +0200 Subject: Fix webbox (WIP) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 78cfa40..bb1c26b 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ TESTSRC=\ SRC=$(PROGSRC) webserver.cpp build: $(PROJECTNAME) test-$(PROJECTNAME) - for i in $(PLUGINS) ; do make -C plugins/$$i ; done + set -e ; for i in $(PLUGINS) ; do make -C plugins/$$i ; done ./test-$(PROJECTNAME) all: build -- cgit v1.2.3