Logo
Explore Help
Sign In
Narcissus/nwipe
2
0
Fork 0
You've already forked nwipe
mirror of https://github.com/martijnvanbrummelen/nwipe.git synced 2026-02-20 13:42:14 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
3bf91223b93f3be30ae3cbf7029470bbd903cd2c
nwipe/Makefile.am

10 lines
226 B
Makefile
Raw Normal View History

Oops
2017-02-12 22:30:00 +01:00
SUBDIRS = src man
Setup code formatting with make.
2019-12-26 13:47:12 -05:00
Creating subdirs for third-party modules. Since these modules are considered third-party (at least for now) and we also don't want to apply formatting to them. Also removed the `AUTOMAKE_OPTIONS` from `Makefile.am` since it would appear the `AM_INIT_AUTOMAKE` is actually defining the automake options.
2020-01-10 17:37:02 -05:00
# The set of files to be formatted.
FORMATSOURCES = src/*.c src/*.h
Setup code formatting with make.
2019-12-26 13:47:12 -05:00
format:
Creating subdirs for third-party modules. Since these modules are considered third-party (at least for now) and we also don't want to apply formatting to them. Also removed the `AUTOMAKE_OPTIONS` from `Makefile.am` since it would appear the `AM_INIT_AUTOMAKE` is actually defining the automake options.
2020-01-10 17:37:02 -05:00
clang-format -i -style=file $(FORMATSOURCES)
Setup code formatting with make.
2019-12-26 13:47:12 -05:00
check-format:
Using git-diff --exit-code for diff details.
2020-02-08 12:07:19 -05:00
clang-format -i -style=file $(FORMATSOURCES) && git diff --exit-code
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 35ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API