HyriseSQLParser/example/Makefile
2016-02-27 17:44:42 +01:00

7 lines
112 B
Makefile

CFLAGS = -std=c++11 -lstdc++ -Wall -I../src/ -L../
all:
$(CXX) $(CFLAGS) example.cpp -o example -lsqlparser