diff options
Diffstat (limited to 'board/munices')
-rw-r--r-- | board/munices/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/munices/Makefile b/board/munices/Makefile index 5c7f947..257a080 100644 --- a/board/munices/Makefile +++ b/board/munices/Makefile @@ -34,12 +34,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target |