diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-03-26 23:11:50 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2020-03-27 16:10:43 +0000 |
commit | 1f16205e5153f017962a80191b9ea658a9531196 (patch) | |
tree | 8dbca48752184e58d3a2117d1dd5b725a65f859b | |
parent | 2f8cd914514fe54f91974c6d465d4769dfac8de8 (diff) |
build tests: fix 'test-wipe-papi' target
Fix transposed terms.
Type: fix
Change-Id: Ibc3f5d5d9dbd81c9edf09ae5024c3ac4b1939d03
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |