]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix clean build
authorTimePath <andrew.hardaker1995@gmail.com>
Sun, 6 Mar 2016 09:17:55 +0000 (20:17 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Sun, 6 Mar 2016 09:17:55 +0000 (20:17 +1100)
qcsrc/Makefile

index 64f712f5d49d80b6887331bfdcad712738a7b674..2bca4b9cd04f8cb5512940cfcc44d928e50b523e 100644 (file)
@@ -48,7 +48,7 @@ pk3: qc
        @ echo "http://xonotic.org" > ${TXT}
        @ ln -f $(PROGS_OUT)/${PROG}.dat ${DAT}
        @ ln -f $(PROGS_OUT)/${PROG}.lno ${LNO}
-       @ rm *.pk3
+       @ rm -f *.pk3
        zip -9 ${PK3} ${TXT} ${DAT} ${LNO}
        @ rm ${TXT} ${DAT} ${LNO}