mjestecko/articles/oscillators/make

8 lines
229 B
Plaintext
Raw Normal View History

2024-02-16 11:53:21 +00:00
#!/usr/bin/env bash
2023-05-25 14:06:05 +00:00
cd $(dirname "$0")
mkdir -p ./.dynamic
mkdir -p ./.temp
2024-02-16 11:47:50 +00:00
$CC -Wno-unused-result -Wno-incompatible-pointer-types waveforms.c ../../tools/gifenc/gifenc.c -I../../tools -O2 -o ./.temp/waveforms
2023-05-25 14:06:05 +00:00
./.temp/waveforms