#include sudoku.cpp as linker errors

This commit is contained in:
jl777
2019-01-28 23:37:17 -11:00
parent 087d590f36
commit 6999011a90
4 changed files with 5 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ $(info $(OS))
TARGET = ../libcc.so
TARGET_DARWIN = ../libcc.dylib
TARGET_WIN = ../libcc.dll
SOURCES = cclib.cpp sudoku.cpp
SOURCES = cclib.cpp
#HEADERS = $(shell echo ../cryptoconditions/include/*.h)
all: $(TARGET)