Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
yhzhang0128 committed Jan 26, 2022
1 parent d55caba commit ca386ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
$(CC) install/mkfs.c -o $(BUILD_DIR)/mkfs
cd install; ./mkfs
@echo "--------------- Create the Bootrom Image --------------"
cd install; vivado_lab -nojournal -mode batch -source arty/write_cfgmem.tcl
cd install; vivado_lab -nojournal -mode batch -source arty/write_cfgmem.tcl; rm *.log *.prm

loc:
cloc . --exclude-dir=install
Expand Down

0 comments on commit ca386ff

Please sign in to comment.