aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-03-07 18:36:23 +0530
committerAkshay Nair <phenax5@gmail.com>2025-03-07 18:37:09 +0530
commitd7b0739cca80d0af95367e801972d10e3ea859db (patch)
tree88fd6fb5250def84d8398059e8cce82c0e2c791d /Makefile
downloadnull-browser-d7b0739cca80d0af95367e801972d10e3ea859db.tar.gz
null-browser-d7b0739cca80d0af95367e801972d10e3ea859db.zip
Ah shit, here we go again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..5f2da78
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+
+.PHONY: build
+build:
+ mkdir -p build
+ cd build/ && cmake ..
+ cd build/ && make
+ cp build/compile_commands.json .
+