Build to tmp file so nextpnr errors don't confuse make
authorMichael Neuling <mikey@neuling.org>
Mon, 22 Jun 2020 03:09:09 +0000 (13:09 +1000)
committerMichael Neuling <mikey@neuling.org>
Thu, 2 Jul 2020 04:54:08 +0000 (14:54 +1000)
commit3f6d48f2fc51504619cf3c68f8bf04cc39070628
treeb9418d5d37ebe1bd9240e9e9f26b47bfdcb93e88
parent3e0ac8c94c6ee828e5dffcb7ba6b8f6174cb3eb1
Build to tmp file so nextpnr errors don't confuse make

nextpnr will leave an output file around even when it errors out, so
build to a tmp file and move it when we succeed so we don't confuse
make.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Makefile