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)