diff options
| author | Jakob Bornecrantz <jakob@aurora.(none)> | 2008-07-02 13:59:19 +0200 | 
|---|---|---|
| committer | Jakob Bornecrantz <jakob@aurora.(none)> | 2008-07-02 14:01:20 +0200 | 
| commit | b28d309210475b6f671af7617c779bd1d7a6810a (patch) | |
| tree | e0a647f3c597795b11f7558041d71b0e50bc79f4 /tests/mode/Makefile | |
| parent | 2b9c5719c09226a36a4a1e9869e6075b8ec08824 (diff) | |
tests: Improved and renamed the mode app to modeprint
Diffstat (limited to 'tests/mode/Makefile')
| -rw-r--r-- | tests/mode/Makefile | 14 | 
1 files changed, 0 insertions, 14 deletions
| diff --git a/tests/mode/Makefile b/tests/mode/Makefile deleted file mode 100644 index 7a9c3c24..00000000 --- a/tests/mode/Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -all: app - -#CFLAGS = -g -ansi -pedantic -DPOSIX_C_SOURCE=199309L \ -#        -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE \ - -app: modetest.c -	@gcc $(CFLAGS) -o app -Wall -I../../libdrm -I../../shared-core -L../../libdrm/.libs -ldrm modetest.c - -clean: -	@rm -f app - -run: app -	@sudo ./test | 
