tstatus/Makefile
2022-09-16 14:32:59 -05:00

6 lines
48 B
Makefile

bspc:
cc bspc.c -o bspc -lxcb
clean:
rm bspc