tools: Fix an error of make -C tools -f Makefile.host clean

This commit is contained in:
zouboan
2022-11-09 09:07:03 +08:00
committed by Xiang Xiao
parent afd3c65cf6
commit 77cbd3379c
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
all: mkspk
default: mkspk
.PHONY: clean

View File

@@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
all: mkpichex
default: mkpichex
.PHONY: clean