waveform generation, fixes of walk

This commit is contained in:
veclav talica
2023-05-25 19:06:05 +05:00
parent 1a18af8baf
commit 37f7bf2c11
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 -p ./.dynamic
mkdir -p ./.temp
gcc waveforms.c -I../../tools ../../tools/gifenc/gifenc.c -O2 -o ./.temp/waveforms
./.temp/waveforms