Browse Source

chore: fix indent-c path for src directory

master
Harald Hoyer 3 years ago committed by Harald Hoyer
parent
commit
44ca04c843
  1. 2
      Makefile

2
Makefile

@ -93,7 +93,7 @@ dracut-util: src/util/util @@ -93,7 +93,7 @@ dracut-util: src/util/util

.PHONY: indent-c
indent-c:
astyle -n --quiet --options=.astylerc $(wildcard *.[ch] */*.[ch])
astyle -n --quiet --options=.astylerc $(wildcard *.[ch] */*.[ch] src/*/*.[ch])

.PHONY: indent
indent: indent-c

Loading…
Cancel
Save