summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-13 19:36:15 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-13 19:36:15 +0200
commit6b91026eddfa739b6637b18285041063e0fd0348 (patch)
tree728375b29278bd1a1e71464d7818f69c38ecea1f /Makefile
parent5b3022c4a0e81ff23ce4ebc2ec7b03e32f7a719e (diff)
Fix webbox (WIP)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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