tamerlib/Makefile

8 lines
215 B
Makefile
Raw Permalink Normal View History

build:
ncc build --config="release" --log-level debug
2023-01-31 18:43:02 -05:00
install:
sudo ncc package install --package="build/release/net.nosial.tamerlib.ncc" --skip-dependencies --reinstall -y --log-level debug
2023-01-31 18:43:02 -05:00
clean:
rm -rf build