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