# HG changeset patch # User Matti Hamalainen # Date 1556186285 -10800 # Node ID f6f8fd893c499ed755001d35cc8d504f388d64f3 # Parent 2e7b28b058a78645d88e59cbcba35adaef17cc66 s/srcclean/distclean/g diff -r 2e7b28b058a7 -r f6f8fd893c49 Makefile --- a/Makefile Wed Apr 24 15:05:54 2019 +0300 +++ b/Makefile Thu Apr 25 12:58:05 2019 +0300 @@ -89,7 +89,7 @@ $(RM) $(TARGETS) *.class $(SRC)*.class -srcclean: clean +distclean: clean $(RM) *~ game/*~ graphics/*~ # dummy