From fa2ba7dd8265784a848b8bc7e40fe7b2000d4c05 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Tue, 27 Jun 2017 04:21:18 +0200 Subject: [PATCH] make qcsrc/tools/compilationunits.sh clean up after itself --- qcsrc/tools/compilationunits.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2