Skip to content
Snippets Groups Projects
Commit a691313b authored by Fabian Vu's avatar Fabian Vu
Browse files

Update Makefile for Java

parent d3e149da
No related branches found
No related tags found
No related merge requests found
Pipeline #144804 failed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.PHONY: build all clean .PHONY: build all clean
all: Lift_MC_Large CAN_BUS_tlc Cruise_finite1_deterministic_MC LandingGear_R6 Train1_Lukas_POR_v3 Train_1_beebook_deterministic_MC_POR_v2 sort_m2_data1000_MC QueensWithEvents_4 QueensWithEvents_8 nota_v2 all: Lift_MC_Large Cruise_finite1_deterministic_MC CAN_BUS_tlc LandingGear_R6 nota_v2 rether obsw_M001_1 obsw_M001_2 prob_oneway8seq Train_1_beebook_deterministic_MC_POR_v2 sort_m2_data1000_MC QueensWithEvents_4
build: build:
cd ../../../btypes_primitives ; ./gradlew -q fatJar ; cp build/libs/btypes_primitives-all.jar ../benchmarks/model_checking/Java/btypes.jar ; cd ../benchmarks/model_checking/Java cd ../../../btypes_primitives ; ./gradlew -q fatJar ; cp build/libs/btypes_primitives-all.jar ../benchmarks/model_checking/Java/btypes.jar ; cd ../benchmarks/model_checking/Java
...@@ -10,7 +10,7 @@ build: ...@@ -10,7 +10,7 @@ build:
OUTPUT ?= runtimes.txt OUTPUT ?= runtimes.txt
DEPENDENCIES ?= :btypes.jar DEPENDENCIES ?= :btypes.jar
STRATEGY=mixed STRATEGY=mixed
THREADS=1 THREADS=8
CACHING=false CACHING=false
%.class : %.java %.class : %.java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment