diff --git a/.idea/runConfigurations/Build.xml b/.idea/runConfigurations/Build.xml new file mode 100644 index 0000000..a601571 --- /dev/null +++ b/.idea/runConfigurations/Build.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Clean.xml b/.idea/runConfigurations/Clean.xml new file mode 100644 index 0000000..5ba1469 --- /dev/null +++ b/.idea/runConfigurations/Clean.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Install.xml b/.idea/runConfigurations/Install.xml new file mode 100644 index 0000000..1fb616b --- /dev/null +++ b/.idea/runConfigurations/Install.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/Makefile b/Makefile index de7c513..6ad6683 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -release: - ncc build --config="release" +build: + ncc build --config="release" --log-level debug install: - ncc package install --package="build/release/net.nosial.tamerlib.ncc" --skip-dependencies --reinstall -y + sudo ncc package install --package="build/release/net.nosial.tamerlib.ncc" --skip-dependencies --reinstall -y --log-level debug -uninstall: - ncc package uninstall -y --package="net.nosial.tamerlib" \ No newline at end of file +clean: + rm -rf build \ No newline at end of file