From: Steinar H. Gunderson Date: Thu, 3 Feb 2005 22:36:21 +0000 (+0000) Subject: Set CC and CFLAGS. X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=commitdiff_plain;h=1089fdeef6e23b3723f3e338cf52f1095d0ef682 Set CC and CFLAGS. --- 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