From: packer Date: Tue, 17 Mar 2020 17:57:59 +0000 (+0100) Subject: Do not pack the .lno file to reduce csprogs pk3 size. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fmerge-requests%2F777%2Fhead;p=xonotic%2Fxonotic-data.pk3dir.git Do not pack the .lno file to reduce csprogs pk3 size. --- diff --git a/qcsrc/Makefile b/qcsrc/Makefile index 7c8e3b8ad..61663a04f 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -96,7 +96,7 @@ pk3: csprogs-$(VER).pk3 @ cp -f $(PROGS_OUT)/$(PROG).dat $(DAT) @ cp -f $(PROGS_OUT)/$(PROG).lno $(LNO) @ $(RM) *.pk3 - $(ZIP) $(PK3) $(TXT) $(DAT) $(LNO) + $(ZIP) $(PK3) $(TXT) $(DAT) @ $(RM) $(TXT) $(DAT) $(LNO) QCCVERSION := $(shell cd lib && $(QCC) --version)