mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
7 lines
160 B
Makefile
7 lines
160 B
Makefile
# CFLAGS=-Wall -g -pendantic
|
|
|
|
all:
|
|
gcc -Wall -g -pedantic -llua -lxcb -o bspwm main.c utils.c settings.c luautils.c messages.c commands.c
|
|
|
|
clean:
|
|
rm -f bspwm
|