diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-27 11:43:29 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-27 11:43:29 +0200 |
commit | 2fff257cde587e424eccbb02e5149c5f402984f6 (patch) | |
tree | 8567ea9ca5061f7ae590a58e24235f3e5059c536 /Makefile | |
parent | make test/perf -> make flame_graphs (diff) | |
download | cimple-2fff257cde587e424eccbb02e5149c5f402984f6.tar.gz cimple-2fff257cde587e424eccbb02e5149c5f402984f6.zip |
Makefile: remove unused targets
Diffstat (limited to '')
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |