From 85ac8d588cb2d5cde73ba92f14acb95b9ce29a9a Mon Sep 17 00:00:00 2001 From: Ben Keller Date: Fri, 30 Jun 2017 11:50:40 -0700 Subject: [PATCH] Excise the last instance of run-bmarks-test (#836) --- emulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/Makefile b/emulator/Makefile index 1e362829..a0a854c7 100644 --- a/emulator/Makefile +++ b/emulator/Makefile @@ -56,6 +56,6 @@ run: run-asm-tests run-bmark-tests run-debug: run-asm-tests-debug run-bmark-tests-debug run-fast: run-asm-tests-fast run-bmark-tests-fast -.PHONY: run-asm-tests run-bmarks-test +.PHONY: run-asm-tests run-bmark-tests .PHONY: run-asm-tests-debug run-bmark-tests-debug .PHONY: run run-debug run-fast