From 45358d5ef77bfdc823ec72dc1e18c8943cf2989f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 1 Mar 2005 09:06:27 +0000 Subject: remove debug var settings --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b788e35..dc52c71 100644 --- a/Makefile +++ b/Makefile @@ -22,12 +22,9 @@ ifeq (ppc64,$(ARCH)) HAS_OPEN_FIRMWARE = y endif -HAS_VBE = y -HAS_OPEN_FIRMWARE = y - TARGETS = monitor-get-edid -CFLAGS = -O -Wall # -g +CFLAGS = -O -Wall -g OBJS = monitor-get-edid.c ifeq (y,$(HAS_VBE)) -- cgit v1.2.1