From 1089fdeef6e23b3723f3e338cf52f1095d0ef682 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 3 Feb 2005 22:36:21 +0000 Subject: [PATCH] Set CC and CFLAGS. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c76e30b..fd811cf 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +CC=gcc +CFLAGS=-g -Wall + all: rdpsrv OBJS=rdpsrv.o iso.o tcp.o util.o -- 2.39.2