HyriseSQLParser/example/Makefile

8 lines
115 B
Makefile
Raw Normal View History

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