From 41103c2f4888b9aa949d5ac40bf398be62c71906 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Sun, 28 Jul 2024 16:21:15 +0200 Subject: [PATCH] ... --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index d3a1736..f02f452 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -23,7 +23,7 @@ mkdirs: $(BGBDIR): wget https://bgb.bircd.org/bgb.zip unzip -jo -qq bgb.zip -d ../bgb - rm bgbw64.zip + rm bgb.zip $(BLDDIR)/%.gb: $(MYDIR)/%.c mkdirs $(BGBDIR) $(CC) -o $@ $<