tgbotlib/Makefile

8 lines
215 B
Makefile
Raw Normal View History

2023-03-01 19:14:35 -05:00
build:
ncc build --config="release" --log-level debug
2023-02-12 13:41:43 -05:00
install:
2023-03-01 19:14:35 -05:00
sudo ncc package install --package="build/release/net.nosial.tgbotlib.ncc" --skip-dependencies --reinstall -y --log-level debug
2023-02-12 13:41:43 -05:00
2023-03-01 19:14:35 -05:00
clean:
rm -rf build