From 808f449e6dd47da73a4001d64779acd51ac735ba Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 12 Feb 2018 09:31:55 -0700 Subject: [PATCH] Also clean qt-x11 builds --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8609af7..2270049 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ $(BINDIR): clean: @rm -rf $(BINDIR) $(OBJDIR) $(LIBSDIR) $(LDIGFILED) $(LDIGFILESD) $(LDIGFILERD) @rm -rf $(DIGFILED)/*.o $(DIGFILESD)/*.o $(DIGFILERD)/*.o src/snark/*.o + @rm -rf qt-x11-free-* @cd tools/Input ; make clean @cd tools/Display ; make clean @cd examples ; make clean -- 2.34.1