diff options
Diffstat (limited to 'tests/test5/compil.sh')
-rwxr-xr-x | tests/test5/compil.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test5/compil.sh b/tests/test5/compil.sh new file mode 100755 index 0000000..6ca9982 --- /dev/null +++ b/tests/test5/compil.sh @@ -0,0 +1,3 @@ +#!/bin/bash -ex +gcc -Wall -g -c test5.c $(pkg-config --cflags gtk+-2.0 libpulse libpulse-mainloop-glib) +gcc -Wall -o test5 test5.o $(pkg-config --libs gtk+-2.0 libpulse libpulse-mainloop-glib) |