diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-25 10:11:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-25 10:11:39 +0000 |
commit | dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5 (patch) | |
tree | f0a4e1f71d40d55c9abb4907531451d714d249f2 /Makefile | |
parent | cee495a3bca02941ecb6f4406ffef0f5830d4f74 (diff) | |
download | monitor-edid-dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5.tar monitor-edid-dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5.tar.gz monitor-edid-dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5.tar.bz2 monitor-edid-dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5.tar.xz monitor-edid-dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5.zip |
install vesa-cvt
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ PACKAGE = monitor-edid -VERSION = 1.2 +VERSION = 1.3 FILES = $(shell ls | grep -v CVS | grep -vF .tar) ARCH := $(patsubst i%86,i386,$(shell uname -m)) @@ -22,7 +22,7 @@ ifeq (ppc64,$(ARCH)) HAS_OPEN_FIRMWARE = y endif -TARGETS = monitor-get-edid +TARGETS = monitor-get-edid cvt CFLAGS = -O -Wall -g OBJS = monitor-get-edid.c |