Initial Commit

This commit is contained in:
Netkas 2023-07-23 16:01:28 -04:00
commit 402c3b5cb6
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
27 changed files with 911 additions and 0 deletions

8
Makefile Normal file
View 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