diff options
Diffstat (limited to 'board/munices')
-rw-r--r-- | board/munices/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/munices/Makefile b/board/munices/Makefile index 09c63c3ee4e..5862bed5cc2 100644 --- a/board/munices/Makefile +++ b/board/munices/Makefile @@ -38,7 +38,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend + rm -f $(LIB) core *.bak $(obj).depend ######################################################################### |