A simple makefile to let me use :mak in vim.

The build system here is a bit odd...
This commit is contained in:
2024-04-24 15:55:15 -04:00
parent 2a4d7f40e2
commit 67fb344596
+8
View File
@@ -0,0 +1,8 @@
all:
./build.sh -j9 uqm
config: clean
./build.sh uqm config
clean:
./build.sh uqm clean