loglib/Makefile
2023-03-01 20:29:21 -05:00

8 lines
No EOL
213 B
Makefile

build:
ncc build --config="release" --log-level debug
install:
sudo ncc package install --package="build/release/net.nosial.loglib.ncc" --skip-dependencies --reinstall -y --log-level debug
clean:
rm -rf build