summaryrefslogtreecommitdiffstats
path: root/xorg/tests/randr/Makefile
blob: 3ab4280c5e32764b2d7a1d20b6073a5919545778 (plain)
1
2
3
4
5
6
7
8
9
10
11

CFLAGS = -O2 -Wall

all: test-randr

test-randr: trandr.c
	gcc $(CFLAGS) trandr.c -o test-randr -lX11 -lXrandr

.PHONY clean:
	rm -f *.o test-randr