mirror of
https://github.com/jamriska/ebsynth.git
synced 2026-04-03 09:46:39 +02:00
3 lines
128 B
Bash
3 lines
128 B
Bash
|
|
#!/bin/sh
|
||
|
|
clang++ src/ebsynth.cpp src/ebsynth_cpu.cpp src/ebsynth_nocuda.cpp -DNDEBUG -O3 -I"include" -std=c++11 -o bin/ebsynth
|