mirror of
https://gitea.itycodes.org/itycodes/textbar.git
synced 2024-11-26 10:15:05 +00:00
2 lines
100 B
Bash
Executable file
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
|