bspwm/Makefile

8 lines
168 B
Makefile
Raw Normal View History

2012-08-01 12:25:18 +02:00
# CFLAGS=-Wall -g -pendantic
2012-07-29 22:46:12 +02:00
all:
2012-08-02 20:41:25 +02:00
gcc -std=c99 -Wall -g -pedantic -llua -lxcb -o bspwm bspwm.c utils.c settings.c luautils.c messages.c events.c
2012-08-01 12:25:18 +02:00
clean:
rm -f bspwm