Files
nwipe/Makefile.am
2019-12-26 14:00:17 -05:00

10 lines
224 B
Makefile

AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
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