summaryrefslogtreecommitdiff
path: root/Source/DSPSpy/build.sh
blob: a6fbaf9015802cb99dac2f45962ea51207931c4a (plain)
1
2
3
4
5
6
../../Binary/x64/DSPTool.exe -h dsp_code tests/mul_test.ds
mkdir emu
cp ../Core/Core/DSP/*.cpp emu
cp ../Core/Core/DSP/*.h emu
make