aboutsummaryrefslogtreecommitdiff
path: root/tests/modeprint/Makefile
blob: 70788dc9bf0597abc680d967a2f40f450118ef88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

all: app

#CFLAGS = -g -ansi -pedantic -DPOSIX_C_SOURCE=199309L \
#        -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE \

app: modeprint.c
	@gcc $(CFLAGS) -o app -Wall -I../../libdrm -I../../shared-core -L../../libdrm/.libs -ldrm modeprint.c

clean:
	@rm -f app

run: app
	@sudo ./test