From 9eb372050faf08de16f143deada715b0b8ffeaff Mon Sep 17 00:00:00 2001 From: Son Ho Date: Mon, 7 Feb 2022 13:50:01 +0100 Subject: Add a Makefile in examples/misc --- examples/misc/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/misc/Makefile (limited to 'examples/misc') diff --git a/examples/misc/Makefile b/examples/misc/Makefile new file mode 100644 index 00000000..a8e3fbc6 --- /dev/null +++ b/examples/misc/Makefile @@ -0,0 +1,15 @@ +CHARON_HOME=../../../charon/charon + +all: build test translate + +.PHONY: build +build: + cargo build + +.PHONY: test +test: + cargo test + +.PHONY: translate +translate: + cd $(CHARON_HOME) && cargo run ../../aeneas/examples/misc/src/hashmap.rs -- cgit v1.2.3