Change sprintf to snprintf for buffer overflow protection
[snark14.git] / Makefile
index 19e177fc602825e00786c3b3830b3825b86f9b14..22700490cfdfdea05a2081c160a639603e28ef64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,8 @@ $(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