Added Makefile

This commit is contained in:
Netkas 2023-07-11 14:33:23 -04:00
parent ffc9d2f43f
commit 97352f8d75
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
build:
ncc build --config="release" --log-level debug
install:
sudo ncc package install --package="build/release/net.nosial.configlib.ncc" --skip-dependencies --reinstall -y --log-level debug
clean:
rm -rf build