bspwm/Makefile
2012-08-01 12:25:18 +02:00

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