Skip to content

Commit

Permalink
Update make files to clean after build
Browse files Browse the repository at this point in the history
  • Loading branch information
dnorthcote committed May 18, 2023
1 parent ae70251 commit 18f51c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion boards/RFSoC2x2/pynq_nco/makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: bitstream
all: bitstream clean

block_design:
vivado -mode batch -source make_block_design.tcl -notrace
Expand Down
2 changes: 1 addition & 1 deletion boards/RFSoC4x2/pynq_nco/makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: bitstream
all: bitstream clean

block_design:
vivado -mode batch -source make_block_design.tcl -notrace
Expand Down
2 changes: 1 addition & 1 deletion boards/ZCU111/pynq_nco/makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: bitstream
all: bitstream clean

block_design:
vivado -mode batch -source make_block_design.tcl -notrace
Expand Down
2 changes: 1 addition & 1 deletion boards/ZCU208/pynq_nco/makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: bitstream
all: bitstream clean

block_design:
vivado -mode batch -source make_block_design.tcl -notrace
Expand Down
2 changes: 1 addition & 1 deletion boards/ZCU216/pynq_nco/makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: bitstream
all: bitstream clean

block_design:
vivado -mode batch -source make_block_design.tcl -notrace
Expand Down

0 comments on commit 18f51c2

Please sign in to comment.