forked from Miroirs/x49gp
SRC_DIR
This commit is contained in:
parent
5493b6d90f
commit
d79958261f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -208,7 +208,7 @@ depend: depend-libs
|
||||||
mrproper: clean-qemu distclean
|
mrproper: clean-qemu distclean
|
||||||
|
|
||||||
pretty-code:
|
pretty-code:
|
||||||
clang-format -i *.c *.h
|
clang-format -i $(SRC_DIR)/*.c $(SRC_DIR)/*.h
|
||||||
|
|
||||||
pull-firmware:
|
pull-firmware:
|
||||||
./pull-firmware.sh
|
./pull-firmware.sh
|
||||||
|
|
Loading…
Reference in a new issue