mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 10:54:03 -05:00
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:
parent
689db8b3a7
commit
041aa44b69
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user