parsing state_buffer into an 2d array
This commit is contained in:
parent
b344e39e82
commit
a063a74537
5 changed files with 35 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue