From bf2f7579fb9b8dcd5cfc6885dde7940ec0b99610 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Sun, 26 Oct 2003 22:15:02 +0100 Subject: Use CFLAGS in Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a4a638..6b36762 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -CC = gcc -g +CFLAGS = -g +CC = gcc all: s3switch -- cgit v1.2.3