From 041aa44b695d1e87b4d5ab86ece43d8470f80a41 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 3 Jun 2019 13:51:41 +0300 Subject: [PATCH] tests: Fix ap-mgmt 'make clean' The binary name had not been updated for the new tool. Signed-off-by: Jouni Malinen --- tests/fuzzing/ap-mgmt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fuzzing/ap-mgmt/Makefile b/tests/fuzzing/ap-mgmt/Makefile index 830ea013c..af5fd4f4d 100644 --- a/tests/fuzzing/ap-mgmt/Makefile +++ b/tests/fuzzing/ap-mgmt/Makefile @@ -29,6 +29,6 @@ ap-mgmt: ap-mgmt.o $(OBJS) $(LIBS) clean: $(MAKE) -C $(SRC) clean - rm -f ap-mgmt-fuzzer *~ *.o *.d ../*~ ../*.o ../*.d + rm -f ap-mgmt *~ *.o *.d ../*~ ../*.o ../*.d -include $(OBJS:%.o=%.d)