aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2020-07-13 00:36:11 -0400
committerRob Austein <sra@hactrn.net>2020-07-13 00:36:11 -0400
commit4d6f6ceebcb0422bfcf3443e7f4eb7a9eb1e4338 (patch)
tree4cc3ee6c35b659c8cafee076b6931d1d9d922b8b /Makefile
parent68f48b7e850de48063d95645c3d76e0a2be5c079 (diff)
Still more fun building packages with Python 3
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}