mirror of https://github.com/openXC7/prjxray.git
Fixup clean target.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
7ef9f737ba
commit
5bd793a8d2
|
|
@ -18,8 +18,7 @@ copy: $(HARNESS_FILES)
|
|||
cp $(HARNESS_FILES) $(HARNESS_DIR)
|
||||
|
||||
clean:
|
||||
rm -rf specimen_[0-9][0-9][0-9]/ seg_clblx.segbits vivado*.log vivado_*.str vivado*.jou design *.bits *.dcp *.bit design.txt .Xil
|
||||
rm -rf $(BUILD_DIR) *~
|
||||
rm -rf $(BUILD_DIR) $(HARNESS_DIR)
|
||||
|
||||
.PHONY: all clean copy
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue