A simple makefile to let me use :mak in vim.
The build system here is a bit odd...
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
all:
|
||||||
|
./build.sh -j9 uqm
|
||||||
|
|
||||||
|
config: clean
|
||||||
|
./build.sh uqm config
|
||||||
|
|
||||||
|
clean:
|
||||||
|
./build.sh uqm clean
|
||||||
Reference in New Issue
Block a user