parsing state_buffer into an 2d array

This commit is contained in:
Trolli Schmittlauch 2015-03-10 13:54:11 +01:00
parent b344e39e82
commit a063a74537
5 changed files with 35 additions and 2 deletions

View file

@ -28,6 +28,8 @@ else
CXXFLAGS += -Weverything -Wno-padded -Wno-weak-vtables
endif
CFLAGS += -I. -g
all : $(TARGETS)
othello : $(SRC_common:.cc=.o) $(ASM_common:.S=.o)