ampler/compile-ampler.sh

3 lines
97 B
Bash
Executable File

#!/bin/bash
gcc ampler.c udp.c -o ampler.so -shared -lSDL2 -g --std c99 && echo > reload-trigger