@@ -0,0 +1,16 @@
CFLAGS := -std=c23
all: tests
codegen: codegen.c
$(CC) -o $@ $(CFLAGS) -DCODEGEN $^
mbb_rook.h: codegen
./codegen
mbb_bishop.h: codegen
tests: tests.c | mbb_rook.h mbb_bishop.h
$(CC) -o $@ $(CFLAGS) $^
The note is not visible to the blocked user.