6 lines
48 B
Makefile
6 lines
48 B
Makefile
|
bspc:
|
||
|
cc bspc.c -o bspc -lxcb
|
||
|
|
||
|
clean:
|
||
|
rm bspc
|