Added whitespace fix rule to include.mk

This commit is contained in:
Dale Weiler 2013-08-17 23:49:47 +00:00
parent c64005966f
commit e6809acf63

View file

@ -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/ *$$//' '{}' ';'