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