Merge pull request #121 from tcal-x/del_on_fail

Add .DELETE_ON_ERROR to Makefiles (issue #119).
This commit is contained in:
Other Tim 2021-01-25 19:26:07 -08:00 committed by GitHub
commit b0ee6d2264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,9 @@ else
BOARD_BUILDDIR := ${BUILDDIR}/basys3
endif
.DELETE_ON_ERROR:
all: ${BOARD_BUILDDIR}/${TOP}.bit
${BOARD_BUILDDIR}:

View File

@ -22,6 +22,9 @@ else
BOARD_BUILDDIR := ${BUILDDIR}/arty_35
endif
.DELETE_ON_ERROR:
all: ${BOARD_BUILDDIR}/${TOP}.bit
${BOARD_BUILDDIR}:

View File

@ -30,6 +30,9 @@ else
BOARD_BUILDDIR := ${BUILDDIR}/basys3
endif
.DELETE_ON_ERROR:
all: ${BUILDDIR}/${TOP}.bit
${BUILDDIR}: