mirror of
https://github.com/lucaspalomodevelop/autom.git
synced 2026-03-12 23:27:21 +00:00
3 lines
70 B
Makefile
3 lines
70 B
Makefile
all:
|
|
g++ -std=c++11 ./src/main.cpp -o ./src/autom
|
|
./src/autom test
|