Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/utils/dladd/makefile @ 2896:84e92ab14cd5 lwtools-port
3rdparty/utils: Add dskclean target to makefiles
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 11 Jan 2014 17:19:08 +0100 |
parents | d5220b220313 |
children | ff1866e1d1a4 |
line wrap: on
line diff
--- a/3rdparty/utils/dladd/makefile Sat Jan 11 14:10:31 2014 +0100 +++ b/3rdparty/utils/dladd/makefile Sat Jan 11 17:19:08 2014 +0100 @@ -31,8 +31,11 @@ dskcopy: dsk $(CP) $(DSKS) $(DSKDIR) -clean: - $(RM) $(ALLOBJS) $(DSKS) +dskclean: + $(RM) $(DSKS) + +clean: dskclean + $(RM) $(ALLOBJS) info: @echo "*** David Ladd's Utilities ***"