From b3f8e7118ac1ab8e2a188cce3a2c038834508323 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Thu, 29 May 2014 17:41:43 +0200 Subject: [PATCH] Do not set CC in tests --- tests/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index d40f4c7..07210dc 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,3 @@ -CC = gcc TEST = test OBJS = test.o base32.o base64.o common.o read.o dns.o encoding.o login.o user.o fw_query.o SRCOBJS = ../src/base32.o ../src/base64.o ../src/common.o ../src/read.o ../src/dns.o ../src/encoding.o ../src/login.o ../src/md5.o ../src/user.o ../src/fw_query.o