mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
Rename sources variable in makefile.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
SUBDIRS = src man
|
||||
nwipe_SOURCES = src/*.c src/*.h
|
||||
NWIPESOURCES = src/*.c src/*.h
|
||||
|
||||
format:
|
||||
clang-format -i -style=file $(nwipe_SOURCES)
|
||||
clang-format -i -style=file $(NWIPESOURCES)
|
||||
|
||||
check-format:
|
||||
clang-format -i -style=file $(nwipe_SOURCES) && git diff-index --quiet HEAD
|
||||
clang-format -i -style=file $(NWIPESOURCES) && git diff-index --quiet HEAD
|
||||
|
||||
Reference in New Issue
Block a user