mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 12:00:38 +00:00
Added whitespace fix rule to include.mk
This commit is contained in:
parent
c64005966f
commit
e6809acf63
1 changed files with 4 additions and 0 deletions
|
@ -107,3 +107,7 @@ uninstall:
|
|||
rm -f $(DESTDIR)$(MANDIR)/man1/doc/gmqcc.1
|
||||
rm -f $(DESTDIR)$(MANDIR)/man1/doc/qcvm.1
|
||||
rm -f $(DESTDIR)$(MANDIR)/man1/doc/gmqpak.1
|
||||
|
||||
whitespace:
|
||||
find . -type f \( -name '*.c' -or -name '*.h' \) -exec sed -i 's/ *$$//' '{}' ';'
|
||||
|
||||
|
|
Loading…
Reference in a new issue