diff options
author | Son Ho | 2022-02-09 02:01:49 +0100 |
---|---|---|
committer | Son Ho | 2022-02-09 02:01:49 +0100 |
commit | 85c4f981d7c7328810b8b76b00c617803e2e0f17 (patch) | |
tree | 7b3f66aea2a85d0ac0f967ea89358bed13530417 /examples/misc/Makefile | |
parent | 5c9019003187f14797ba4d4514fec1cf2ac03d65 (diff) |
Remove the hashmap example (which was moved to Charon)
Diffstat (limited to 'examples/misc/Makefile')
-rw-r--r-- | examples/misc/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/misc/Makefile b/examples/misc/Makefile deleted file mode 100644 index a8e3fbc6..00000000 --- a/examples/misc/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -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 |