From 064f874691ad9b18f7531ed9c1fbb2d94b17366f Mon Sep 17 00:00:00 2001 From: lxsang Date: Mon, 8 Oct 2018 19:31:35 +0200 Subject: [PATCH] fix make file --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a662fac..a1a421a 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ deepclean: luaclean clean clean: libclean -rm -f *.o 3rd/jsmn/*.o *.$(EXT) $(PBUILDIRD)/$(PLUGINS) + - rm ./libantd.$(EXT) -rm $(PLUGINS_BASE)/plugin.o -rm $(PBUILDIRD)/$(PL_NAME)/*.$(LIB_EXT)