From: Martin Taibr Date: Tue, 27 Jun 2017 02:21:18 +0000 (+0200) Subject: make qcsrc/tools/compilationunits.sh clean up after itself X-Git-Tag: xonotic-v0.8.5~2561^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fa2ba7dd8265784a848b8bc7e40fe7b2000d4c05;p=xonotic%2Fxonotic-data.pk3dir.git make qcsrc/tools/compilationunits.sh clean up after itself --- diff --git a/qcsrc/tools/compilationunits.sh b/qcsrc/tools/compilationunits.sh index ebb232105..87c31dead 100755 --- a/qcsrc/tools/compilationunits.sh +++ b/qcsrc/tools/compilationunits.sh @@ -53,3 +53,6 @@ function check() { check client check server check menu + +# trigger a recompile next time, otherwise the `all` script wouldn't detect changes +rm ../csprogs.dat ../menu.dat ../progs.dat