JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add linux goo; from NicM
[spectrwm.git] / 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