Fixup clean target.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2018-10-30 15:06:19 -07:00
parent 7ef9f737ba
commit 5bd793a8d2
1 changed files with 1 additions and 2 deletions

View File

@ -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