Mercurial > pt1.oyama
changeset 22:08f9a97364e0
revised clean rule
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 25 Feb 2009 22:59:55 +0900 |
parents | b63f5c100e5a |
children | f80731a89036 |
files | arib25v023/arib25/src/Makefile |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/arib25v023/arib25/src/Makefile Wed Feb 25 22:55:34 2009 +0900 +++ b/arib25v023/arib25/src/Makefile Wed Feb 25 22:59:55 2009 +0900 @@ -26,8 +26,7 @@ all: $(TARGETS) clean: - rm -f *.o - rm -f $(TARGETS) + rm -f $(OBJS) $(TARGETS) $(DEPEND) $(TARGET_APP): $(OBJS) $(CC) $(LDFLAGS) -o $(TARGET_APP) $(OBJS) $(LIBS)