xrdp/xorg/tests/randr/Makefile

12 lines
140 B
Makefile
Raw Normal View History

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