Initial Commit
This commit is contained in:
commit
402c3b5cb6
27 changed files with 911 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
clean:
|
||||
if [ -d build ]; then rm -rf build; fi
|
||||
|
||||
build:
|
||||
ncc build --build-configuration release --log-level debug
|
||||
|
||||
install:
|
||||
sudo ncc package install -p "build/release/net.nosial.keybert.ncc" --reinstall --skip-dependencies --log-level debug -y
|
Loading…
Add table
Add a link
Reference in a new issue