You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xrdp-proprietary/xorg/tests/randr/Makefile

12 lines
150 B

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