aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2020-09-02 14:12:22 -0400
committerRob Austein <sra@hactrn.net>2020-09-02 14:12:22 -0400
commit18e88b3692f7b7c907319bb52d9681ec5d7c4fcd (patch)
treef1a8f65d15cc1453745a25bd06b1151366e7709a /Makefile
parent558bf7cae463caa1dcda176a12d0794f9a5a36ac (diff)
parent3e82e03f24fdde680a4224427b6bb58237b966bc (diff)
Merge Python3 support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9afede5..fcbd30c 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,7 @@ shadow:
./scripts/build-shadow-tree.py
${FIRMWARE_TARBALL}: ${BITSTREAM} $(sort ${ELVES} ${ELVES:.elf=.bin}) ${TAMPER}
+ rm -f $@
fakeroot ./scripts/build-firmware-package.py $@ $^
bitstream: ${BITSTREAM}