Clean listings.

This commit is contained in:
Ingo Albrecht 2010-03-07 04:20:44 +01:00 committed by Harald Welte
parent 7082f7862a
commit 9a8ef37a06
1 changed files with 3 additions and 1 deletions

View File

@ -42,6 +42,8 @@ CFLAGS += -DGIT_REVISION=\"$(GIT_REVISION)\"
ALL_OBJS=
ALL_DEPS=
ALL_LSTS=$(ALL_OBJS:.o=.lst)
#### APPLICATION DATA ####
ALL_APPS=
@ -145,7 +147,7 @@ depend: $(ALL_DEPS)
.PHONY: clean
clean:
rm -f $(ALL_APP_TARGETS) $(ALL_LIB_TARGETS) $(ALL_OBJS) $(ALL_DEPS)
rm -f $(ALL_APP_TARGETS) $(ALL_LIB_TARGETS) $(ALL_OBJS) $(ALL_DEPS) $(ALL_LSTS)
.PHONY: distclean
distclean: clean