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 $@ $<