mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 10:41:43 +00:00
Fix that rule
This commit is contained in:
parent
e6809acf63
commit
78a3c5d571
1 changed files with 1 additions and 1 deletions
|
@ -109,5 +109,5 @@ uninstall:
|
|||
rm -f $(DESTDIR)$(MANDIR)/man1/doc/gmqpak.1
|
||||
|
||||
whitespace:
|
||||
find . -type f \( -name '*.c' -or -name '*.h' \) -exec sed -i 's/ *$$//' '{}' ';'
|
||||
find . -type f \( -name '*.[ch]' -or -name '*.def' \) -exec sed -i 's/ *$$//' '{}' ';'
|
||||
|
||||
|
|
Loading…
Reference in a new issue