refactor position: now contains board (not board *)

This commit is contained in:
2021-11-12 20:22:20 +01:00
parent bd7d9f8551
commit 451afea6b5
11 changed files with 54 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ BIN=fen pool piece move debug eval bits
CFLAGS += -std=gnu99
CFLAGS += -O2
#CFLAGS += -O2
CFLAGS += -g
CFLAGS += -Wall
CFLAGS += -Wextra
@@ -67,7 +67,7 @@ $(DEPS): $(SRC) $(INC)
include $(DEPS)
clean:
rm -rf $(OBJ) core $(BIN) $(DEPS)
rm -rf $(OBJ) core $(BIN)
#$(OBJ): $(OBJDIR)/%.o: $(SRCDIR)/%.c
# @mkdir -p $(@D)