comparison Makefile @ 200:f6f8fd893c49

s/srcclean/distclean/g
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Apr 2019 12:58:05 +0300
parents f3302a2d7815
children dd2caf5321ba
comparison
equal deleted inserted replaced
199:2e7b28b058a7 200:f6f8fd893c49
87 ### 87 ###
88 clean: 88 clean:
89 $(RM) $(TARGETS) *.class $(SRC)*.class 89 $(RM) $(TARGETS) *.class $(SRC)*.class
90 90
91 91
92 srcclean: clean 92 distclean: clean
93 $(RM) *~ game/*~ graphics/*~ 93 $(RM) *~ game/*~ graphics/*~
94 94
95 # dummy 95 # dummy