waveform generation, fixes of walk
This commit is contained in:
7
articles/oscillators/make
Executable file
7
articles/oscillators/make
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd $(dirname "$0")
|
||||
mkdir -p ./.dynamic
|
||||
mkdir -p ./.temp
|
||||
gcc waveforms.c -I../../tools ../../tools/gifenc/gifenc.c -O2 -o ./.temp/waveforms
|
||||
./.temp/waveforms
|
Reference in New Issue
Block a user