textbar/compile.sh
2023-03-26 00:16:54 +01:00

2 lines
100 B
Bash
Executable file

#!/usr/bin/env bash
gcc `pkg-config --cflags --libs cairo x11 lua` -w -g -lpthread main.c -o main.o