Skip to content
Snippets Groups Projects
Commit e10b070c authored by Daniel's avatar Daniel
Browse files

FIX: makefile: Removed hard dependency from "run-debug" on "jar".

parent a44dea22
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ runserver: ...@@ -32,7 +32,7 @@ runserver:
run: compile run: compile
mvn exec:java@run mvn exec:java@run
run-debug: jar run-debug:
java -Dcaosdb.debug=true -jar target/caosdb-server-0.1-SNAPSHOT-jar-with-dependencies.jar java -Dcaosdb.debug=true -jar target/caosdb-server-0.1-SNAPSHOT-jar-with-dependencies.jar
run-single: run-single:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment