HyriseSQLParser/example/Makefile

7 lines
120 B
Makefile
Raw Normal View History

2017-09-05 12:55:46 +02:00
CFLAGS = -std=c++1z -lstdc++ -Wall -Werror -I../src/ -L../
all:
2016-02-27 17:44:42 +01:00
$(CXX) $(CFLAGS) example.cpp -o example -lsqlparser