X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=include.mk;h=20ffdd48aad6b4eafb5569fcf50e56a8fc0110f4;hb=90824c209329d73b9bdad86177348d18562891ab;hp=30372896beaae36558e9daa169d22f7f7b36e2fe;hpb=ccd8f1acc6c61261949af802a56471fcde964cad;p=xonotic%2Fgmqcc.git diff --git a/include.mk b/include.mk index 3037289..20ffdd4 100644 --- a/include.mk +++ b/include.mk @@ -95,7 +95,7 @@ SPLINTFLAGS = \ -abstract \ -statictrans \ -castfcnptr - + #always the right rule default: all @@ -108,7 +108,7 @@ uninstall: rm -f $(DESTDIR)$(MANDIR)/man1/doc/qcvm.1 rm -f $(DESTDIR)$(MANDIR)/man1/doc/gmqpak.1 -STYLE_MATCH = \( -name '*.[ch]' -or -name '*.def' \) +STYLE_MATCH = \( -name '*.[ch]' -or -name '*.def' -or -name '*.qc' \) whitespace: find . -type f $(STYLE_MATCH) -exec sed -i 's/ *$$//' '{}' ';'