memgraph/query_engine/compile.sh
2016-02-03 00:18:20 +01:00

5 lines
121 B
Bash
Executable File

#!/bin/bash
# TODO: create Makefile or cmake script
clang++ -std=c++1y -g -I../ main.cpp ../cypher/cypher.cpp -o engine