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