Skip to content
Snippets Groups Projects
Commit cc3f683a authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

fix for the assembly target in the makefile

parent 3174efcb
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,8 @@ compile: easy-units ...@@ -40,7 +40,8 @@ compile: easy-units
# Compile into a standalone jar file # Compile into a standalone jar file
jar: compile jar: compile
mvn assembly:single mvn clean compile assembly:single
# mvn assembly:single
start-portforwarding: start-portforwarding:
sudo iptables -t nat -N CAOSDB sudo iptables -t nat -N CAOSDB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment