xrdp/xorg/tests/randr/Makefile

12 lines
150 B
Makefile
Raw Normal View History

2013-02-18 09:47:24 +08:00
2013-02-18 11:03:43 +08:00
CFLAGS = -O2 -Wall
2013-02-18 09:47:24 +08:00
all: test-randr
2013-02-18 11:03:43 +08:00
test-randr: trandr.c
gcc $(CFLAGS) trandr.c -o test-randr -lX11 -lXrandr
2013-02-18 09:47:24 +08:00
.PHONY clean:
rm -f *.o test-randr