diff --git a/Makefile.local b/Makefile.local index f03a989ae..080b501b5 100644 --- a/Makefile.local +++ b/Makefile.local @@ -1,13 +1,13 @@ SWH_WEB_UI=./bin/swh-web-dev -FLAG=-v +FLAG= NOSEFLAGS=-v -s TOOL=pandoc run-dev: $(SWH_WEB_UI) $(FLAG) --config ./resources/test/webapp.yml run: # works with the default ~/.config/swh/webapp.yml file $(SWH_WEB_UI) $(FLAG) doc: cd swh/web/api/templates/includes/ && pandoc -o apidoc-header.html apidoc-header.md