Mercurial > hg > Members > kono > nitros9-code
comparison 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 |
comparison
equal
deleted
inserted
replaced
2895:92301a2c0eb7 | 2896:84e92ab14cd5 |
---|---|
29 dsk: all $(DSKS) | 29 dsk: all $(DSKS) |
30 | 30 |
31 dskcopy: dsk | 31 dskcopy: dsk |
32 $(CP) $(DSKS) $(DSKDIR) | 32 $(CP) $(DSKS) $(DSKDIR) |
33 | 33 |
34 clean: | 34 dskclean: |
35 $(RM) $(ALLOBJS) $(DSKS) | 35 $(RM) $(DSKS) |
36 | |
37 clean: dskclean | |
38 $(RM) $(ALLOBJS) | |
36 | 39 |
37 info: | 40 info: |
38 @echo "*** David Ladd's Utilities ***" | 41 @echo "*** David Ladd's Utilities ***" |
39 @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);) | 42 @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);) |
40 | 43 |