Merge branch 'master' of github.com:im-tomu/fomu-workshop
This commit is contained in:
commit
05c09bedc1
1 changed files with 4 additions and 4 deletions
|
|
@ -36,9 +36,9 @@ load: blink.dfu
|
|||
|
||||
# Cleanup the generated files.
|
||||
clean:
|
||||
-rm blink.json # Generate netlist
|
||||
-rm blink.asc # FPGA configuration
|
||||
-rm blink.bit # FPGA bitstream
|
||||
-rm blink.dfu # DFU image loadable onto the Fomu
|
||||
-rm -f blink.json # Generate netlist
|
||||
-rm -f blink.asc # FPGA configuration
|
||||
-rm -f blink.bit # FPGA bitstream
|
||||
-rm -f blink.dfu # DFU image loadable onto the Fomu
|
||||
|
||||
.PHONY: load
|
||||
|
|
|
|||
Loading…
Reference in a new issue