Mercurial > hg > Members > kono > nitros9-code
comparison lib/alib/makefile @ 2852:f2e92661b4c6 lwtools-port
Makefiles: Always use macro for lwar and rm
The LWAR macro is new, rm was still used in one place.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Fri, 12 Jul 2013 22:41:18 +0200 |
parents | 9ffe2daeb011 |
children | 28ed72477814 |
comparison
equal
deleted
inserted
replaced
2851:7e3422f5e25d | 2852:f2e92661b4c6 |
---|---|
40 | 40 |
41 | 41 |
42 all: ../libalib.a | 42 all: ../libalib.a |
43 | 43 |
44 ../libalib.a: $(MODS) | 44 ../libalib.a: $(MODS) |
45 lwar -c $@ $? | 45 $(LWAR) $@ $? |
46 | 46 |
47 dskclean: clean | 47 dskclean: clean |
48 | 48 |
49 clean: | 49 clean: |
50 $(RM) *.o ../libalib.a | 50 $(RM) *.o ../libalib.a |