rename base.h -> engine.h and fix bugs in codegen

This commit is contained in:
2025-12-19 04:19:00 +01:00
parent abb32d118a
commit 66feaab027
6 changed files with 10 additions and 6 deletions

View File

@@ -30,5 +30,5 @@ mbb_rook.h: codegen
mbb_bishop.h: codegen
./codegen
tests: tests.c mbb_rook.h mbb_bishop.h base.h
tests: tests.c mbb_rook.h mbb_bishop.h engine.h
$(CC) -o $@ $(CFLAGS) tests.c