aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0baf6ad..79f710b 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,9 @@ clean:
rm -rf build/
rm -f compile_commands.json
+ARGS=""
run: build-dev
- ./build/null-browser
+ ./build/null-browser $(ARGS)
debug:
DEBUG=1 make build-dev