xrdp/xorg/tests/randr/Makefile
2013-02-17 17:47:24 -08:00

12 lines
140 B
Makefile

CFLAGS = -Werror -Wall
all: test-randr
xdemo: trandr.c
gcc $(CFLAGS) trandr.c -o test-randr -lX11
.PHONY clean:
rm -f *.o test-randr