aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2020-03-26 23:11:50 -0400
committerDave Wallace <dwallacelf@gmail.com>2020-03-27 16:10:43 +0000
commit1f16205e5153f017962a80191b9ea658a9531196 (patch)
tree8dbca48752184e58d3a2117d1dd5b725a65f859b /Makefile
parent2f8cd914514fe54f91974c6d465d4769dfac8de8 (diff)
build tests: fix 'test-wipe-papi' target
Fix transposed terms. Type: fix Change-Id: Ibc3f5d5d9dbd81c9edf09ae5024c3ac4b1939d03 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67fdcd487e2..1e6f9ecc6e0 100644
--- a/Makefile
+++ b/Makefile
@@ -465,7 +465,7 @@ papi-wipe: test-wipe-papi
.PHONY: test-wipe-papi
test-wipe-papi:
- @make -C test papi-wipe
+ @make -C test wipe-papi
.PHONY: test-help
test-help: