Files
nwipe/Makefile.am

10 lines
221 B
Makefile
Raw Normal View History

2017-02-12 22:30:00 +01:00
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
2019-12-28 12:28:19 -05:00
NWIPESOURCES = src/*.c src/*.h
2019-12-26 13:47:12 -05:00
format:
2019-12-28 12:28:19 -05:00
clang-format -i -style=file $(NWIPESOURCES)
2019-12-26 13:47:12 -05:00
check-format:
2019-12-28 12:28:19 -05:00
clang-format -i -style=file $(NWIPESOURCES) && git diff-index --quiet HEAD