diff options
Diffstat (limited to 'board/ep7312/Makefile')
-rw-r--r-- | board/ep7312/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep7312/Makefile b/board/ep7312/Makefile index 45ee6cd..776a444 100644 --- a/board/ep7312/Makefile +++ b/board/ep7312/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 ######################################################################### |