diff options
Diffstat (limited to 'board/cm_t35/Makefile')
-rw-r--r-- | board/cm_t35/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/cm_t35/Makefile b/board/cm_t35/Makefile index 83d7a56..d08c024 100644 --- a/board/cm_t35/Makefile +++ b/board/cm_t35/Makefile @@ -33,12 +33,6 @@ OBJS := $(addprefix $(obj),$(COBJS)) $(LIB): $(obj).depend $(OBJS) $(AR) $(ARFLAGS) $@ $(OBJS) -clean: - rm -f $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target |