aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-27 11:43:29 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-27 11:43:29 +0200
commit2fff257cde587e424eccbb02e5149c5f402984f6 (patch)
tree8567ea9ca5061f7ae590a58e24235f3e5059c536 /Makefile
parentmake test/perf -> make flame_graphs (diff)
downloadcimple-2fff257cde587e424eccbb02e5149c5f402984f6.tar.gz
cimple-2fff257cde587e424eccbb02e5149c5f402984f6.zip
Makefile: remove unused targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index c2870dd..9758427 100644
--- a/Makefile
+++ b/Makefile
@@ -104,11 +104,5 @@ flame_graphs:
.PHONY: test/docker
test/docker: test/sanity
-.PHONY: test/local
-test/local: test/sanity test/stress
-
.PHONY: test
-test: test/local
-
-.PHONY: test/all
-test/all: test/sanity test/stress test/valgrind
+test: test/sanity test/stress