summaryrefslogtreecommitdiff
path: root/examples/misc/Makefile
diff options
context:
space:
mode:
authorSon Ho2022-02-09 02:01:49 +0100
committerSon Ho2022-02-09 02:01:49 +0100
commit85c4f981d7c7328810b8b76b00c617803e2e0f17 (patch)
tree7b3f66aea2a85d0ac0f967ea89358bed13530417 /examples/misc/Makefile
parent5c9019003187f14797ba4d4514fec1cf2ac03d65 (diff)
Remove the hashmap example (which was moved to Charon)
Diffstat (limited to 'examples/misc/Makefile')
-rw-r--r--examples/misc/Makefile15
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