tests: Fix ap-mgmt 'make clean'

The binary name had not been updated for the new tool.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
Jouni Malinen 2019-06-03 13:51:41 +03:00
parent 689db8b3a7
commit 041aa44b69

View file

@ -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)