waveform generation, fixes of walk

This commit is contained in:
veclav talica
2023-05-25 19:06:05 +05:00
parent 1a18af8baf
commit 4163177071
6 changed files with 156 additions and 1 deletions

7
articles/oscillators/make Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
cd $(dirname "$0")
mkdir ./.dynamic
mkdir ./.temp
gcc waveforms.c -I../../tools ../../tools/gifenc/gifenc.c -O2 -o ./.temp/waveforms
./.temp/waveforms