3 lines
214 B
Bash
3 lines
214 B
Bash
#!/usr/bin/bash
|
|
echo "g++ -Wall -std=c++11 -lpthread board.cpp core_simulation.cpp mydevices.cpp sketch_ino.cpp -o arduino"
|
|
g++ -Wall -pthread board.cpp core_simulation.cpp mydevices.cpp sketch_ino.cpp -o arduino
|