diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-13 19:36:15 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-13 19:36:15 +0200 |
commit | 6b91026eddfa739b6637b18285041063e0fd0348 (patch) | |
tree | 728375b29278bd1a1e71464d7818f69c38ecea1f /Makefile | |
parent | 5b3022c4a0e81ff23ce4ebc2ec7b03e32f7a719e (diff) |
Fix webbox (WIP)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |