diff --git a/Makefile b/Makefile index 633c80c..e664cc4 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,5 @@ release: install: ncc package install --package="build/release/net.nosial.loglib.ncc" --skip-dependencies --reinstall -y -install-debug: - ncc package install --package="build/debug/net.nosial.loglib.ncc" --skip-dependencies --reinstall -y - uninstall: ncc package uninstall -y --package="net.nosial.loglib" \ No newline at end of file diff --git a/project.json b/project.json index a4a9034..4cfd021 100644 --- a/project.json +++ b/project.json @@ -42,13 +42,6 @@ } ], "configurations": [ - { - "name": "debug", - "output_path": "build/debug", - "define_constants": { - "DEBUG": "1" - } - }, { "name": "release", "output_path": "build/release",