make: patch core build for now

This commit is contained in:
Franco Fichtner 2018-02-27 12:35:18 +01:00
parent fcb754818b
commit 97847afaeb

View File

@ -340,7 +340,7 @@ clean-src:
${GIT} clean -xdqf ${.CURDIR}/src
clean-work:
@rm -rf ${WRKSRC} ${PKGDIR}
@rm -rf ${WRKSRC}
clean: clean-src clean-work