@ -0,0 +1,8 @@
#!/bin/sh
set -xe
CFLAGS=$(pkg-config --cflags ncurses libcurl)
LIBS=$(pkg-config --libs ncurses libcurl)
gcc ${CFLAGS} -o main main.c giteaAPI.c ${LIBS}
The note is not visible to the blocked user.