loglib/Makefile

8 lines
213 B
Makefile
Raw Permalink Normal View History

2023-03-01 20:29:21 -05:00
build:
ncc build --config="release" --log-level debug
2022-12-13 23:20:41 -05:00
install:
2023-03-01 20:29:21 -05:00
sudo ncc package install --package="build/release/net.nosial.loglib.ncc" --skip-dependencies --reinstall -y --log-level debug
2022-12-13 23:20:41 -05:00
2023-03-01 20:29:21 -05:00
clean:
rm -rf build