mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-25 21:58:49 +01:00
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
|
||||
|
||||
pretty-code:
|
||||
clang-format -i *.c *.h
|
||||
clang-format -i $(SRC_DIR)/*.c $(SRC_DIR)/*.h
|
||||
|
||||
pull-firmware:
|
||||
./pull-firmware.sh
|
||||
|
|
Loading…
Reference in a new issue