configlib/Makefile

8 lines
216 B
Makefile
Raw Permalink Normal View History

2023-07-11 14:33:23 -04:00
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