Initial Commit

This commit is contained in:
Netkas 2023-08-13 18:09:44 -04:00
commit 9b588562da
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
27 changed files with 1668 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
build:
ncc build --config="release" --log-level debug
install:
sudo ncc package install --package="build/release/net.nosial.rsslib.ncc" --skip-dependencies --reinstall -y --log-level debug
clean:
rm -rf build