]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix ap-mgmt 'make clean'
authorJouni Malinen <jouni@codeaurora.org>
Mon, 3 Jun 2019 10:51:41 +0000 (13:51 +0300)
committerJouni Malinen <jouni@codeaurora.org>
Mon, 3 Jun 2019 10:51:41 +0000 (13:51 +0300)
The binary name had not been updated for the new tool.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/fuzzing/ap-mgmt/Makefile

index 830ea013c4cbe5af1d2d9ec5eb5bc22a9c97959d..af5fd4f4d456bb6d4744f0b4d1045ba65f047b3d 100644 (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)