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

MAINT: Moved `make compile` to front of makefile.

parent 6d1e5917
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,9 @@
SHELL:=/bin/bash
compile: easy-units
mvn compile
runserver:
mvn exec:java@run
......@@ -35,9 +38,6 @@ run-debug:
run-single:
java -jar target/caosdb-server-0.1-SNAPSHOT-jar-with-dependencies.jar
compile: easy-units
mvn compile
# Compile into a standalone jar file
jar: compile
mvn clean compile assembly:single
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment