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

Update Makefile for JS

parent a691313b
No related branches found
No related tags found
No related merge requests found
Pipeline #144805 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 Train_1_beebook_deterministic_MC_POR_v2 sort_m2_data1000_MC QueensWithEvents_4 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/src/main/js ; cp -R btypes ../../../../benchmarks/model_checking/JS/btypes; cd ../../../../benchmarks/model_checking/JS cd ../../../btypes_primitives/src/main/js ; cp -R btypes ../../../../benchmarks/model_checking/JS/btypes; cd ../../../../benchmarks/model_checking/JS
...@@ -17,6 +17,10 @@ COMPILE_FLAGS=--target ES6 --moduleResolution node ...@@ -17,6 +17,10 @@ COMPILE_FLAGS=--target ES6 --moduleResolution node
% : %.js % : %.js
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) node $@ $(STRATEGY) $(CACHING) timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) node $@ $(STRATEGY) $(CACHING)
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) node $@ $(STRATEGY) $(CACHING)
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) node $@ $(STRATEGY) $(CACHING)
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) node $@ $(STRATEGY) $(CACHING)
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) node $@ $(STRATEGY) $(CACHING)
clean: clean:
rm *.js rm *.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment