Initial Commit
This commit is contained in:
commit
9b588562da
27 changed files with 1668 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue