summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Guenther <agx@debian.org>2003-10-26 22:15:02 +0100
committerTormod Volden <debian.tormod@gmail.com>2011-11-18 23:50:23 +0100
commitbf2f7579fb9b8dcd5cfc6885dde7940ec0b99610 (patch)
treedf765f57aab4ba78fb63fe61f05b7dab06149e35
parent598b297fdca7da7e4d94aa655e7079b7b4f655c9 (diff)
Use CFLAGS in Makefiledebian-0.0.20030423-2
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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