tstatus/Makefile

6 lines
71 B
Makefile
Raw Normal View History

2022-09-16 14:32:59 -05:00
bspc:
2022-09-17 10:01:47 -05:00
cc bspc.c -o bspc -lxcb -Wall -Wextra -std=c99
2022-09-16 14:32:59 -05:00
clean:
rm bspc