Initial Commit

This commit is contained in:
Netkas 2023-01-31 18:43:02 -05:00
commit bfe790cf35
12 changed files with 190 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
release:
ncc build --config="release"
install:
ncc package install --package="build/release/net.nosial.tamerlib.ncc" --skip-dependencies --reinstall -y
uninstall:
ncc package uninstall -y --package="net.nosial.tamerlib"