This website requires JavaScript.
Explore
Help
Sign In
bx
/
ampler
Watch
1
Star
0
Fork
You've already forked ampler
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
89f385011c
ampler
/
compile-ampler.sh
3 lines
97 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
gcc ampler.c udp.c -o ampler.so -shared -lSDL2 -g --std c99
&&
echo
> reload-trigger
Reference in New Issue
View Git Blame
Copy Permalink