wm/Makefile

5 lines
133 B
Makefile

all:
gcc wm.c client.c handler.c main.c -lXinerama -lX11 -o wm
debug:
gcc wm.c client.c handler.c main.c -lXinerama -lX11 -o wm -g