Updated Makefile
This commit is contained in:
parent
a22a9a02a6
commit
1b6da9c607
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -1,8 +1,8 @@
|
||||||
release:
|
build:
|
||||||
ncc build --config="release"
|
ncc build --config="release" --log-level debug
|
||||||
|
|
||||||
install:
|
install:
|
||||||
ncc package install --package="build/release/net.nosial.loglib.ncc" --skip-dependencies --reinstall -y
|
sudo ncc package install --package="build/release/net.nosial.loglib.ncc" --skip-dependencies --reinstall -y --log-level debug
|
||||||
|
|
||||||
uninstall:
|
clean:
|
||||||
ncc package uninstall -y --package="net.nosial.loglib"
|
rm -rf build
|
Loading…
Add table
Reference in a new issue