aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a7e3578..64da639 100644
--- a/Makefile
+++ b/Makefile
@@ -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