Skip to content
Snippets Groups Projects
Commit f2f25031 authored by Chris's avatar Chris
Browse files

Update correct wrong paths in command

parent ba8ed56d
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
all: build CAN_BUS_tlc_exec Cruise_finite1_deterministic_exec LiftExec scheduler_deterministic_exec Sieve TrafficLightExec Train_1_beebook_deterministic_exec sort_m2_data1000_exec all: build CAN_BUS_tlc_exec Cruise_finite1_deterministic_exec LiftExec scheduler_deterministic_exec Sieve TrafficLightExec Train_1_beebook_deterministic_exec sort_m2_data1000_exec
build: build:
cd ../../btypes_big_integer ; ./gradlew -q fatJar ; cp build/libs/btypes_big_integer-all.jar ../benchmarks/Java_Clojure_Set_Big_Integer/btypes.jar ; cd ../benchmarks/Java_Clojure_Big_Integer cd ../../btypes_big_integer ; ./gradlew -q fatJar ; cp build/libs/btypes_big_integer-all.jar ../benchmarks/Java_Clojure_Set_Big_Integer/btypes.jar ; cd ../benchmarks/Java_Clojure_Set_Big_Integer
OUTPUT ?= runtimes.txt OUTPUT ?= runtimes.txt
DEPENDENCIES ?= :btypes.jar DEPENDENCIES ?= :btypes.jar
......
...@@ -14,7 +14,7 @@ DEPENDENCIES ?= :btypes.jar ...@@ -14,7 +14,7 @@ DEPENDENCIES ?= :btypes.jar
javac -cp .$(DEPENDENCIES) $< javac -cp .$(DEPENDENCIES) $<
% : %.class % : %.class
gtime -f "%C %E %M" -ao $(OUTPUT) java -cp .$(DEPENDENCIES) $@ /usr/bin/time -f "%C %E %M" -ao $(OUTPUT) java -cp .$(DEPENDENCIES) $@
clean: clean:
rm *.class & rm *.jar rm *.class & rm *.jar
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment