run formatter
This commit is contained in:
parent
e679a3ce68
commit
f715709942
9 changed files with 550 additions and 469 deletions
6
makefile
6
makefile
|
@ -1,3 +1,5 @@
|
|||
.PHONY: run clean format
|
||||
|
||||
SDL_CFLAGS = `sdl2-config --cflags`
|
||||
SDL_LDFLAGS = `sdl2-config --libs`
|
||||
|
||||
|
@ -13,4 +15,8 @@ run: build
|
|||
clean:
|
||||
rm -rf obj_dir
|
||||
|
||||
format:
|
||||
verible-verilog-format *.sv --inplace && clang-format *.cpp -i
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue