From: Kevin M. Rosenberg Date: Mon, 12 Feb 2018 16:31:55 +0000 (-0700) Subject: Also clean qt-x11 builds X-Git-Url: http://git.kpe.io/?p=snark14.git;a=commitdiff_plain;h=808f449e6dd47da73a4001d64779acd51ac735ba Also clean qt-x11 builds --- 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