memgraph/query_engine/compile.sh

5 lines
118 B
Bash
Executable File

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