ampler/compile-ampler.sh

3 lines
97 B
Bash
Raw Normal View History

2021-12-27 05:29:16 +00:00
#!/bin/bash
gcc ampler.c udp.c -o ampler.so -shared -lSDL2 -g --std c99 && echo > reload-trigger