]> code.delx.au - spectrwm/blob - linux/Makefile
Let scrotwm adjust the font size on xterms as it squishes them in tiling
[spectrwm] / linux / Makefile
1 # $scrotwm$
2
3 CFLAGS+= -Wall -Wno-uninitialised -ggdb -D_GNU_SOURCE -I.
4 LDADD+= -lX11 -lXrandr
5
6 CC= gcc
7
8 all: scrotwm
9
10 scrotwm: scrotwm.o linux.o
11 $(CC) $(LDFLAGS) -o $@ $+ $(LDADD)
12
13 clean:
14 rm -f *.o