Respecting a set CC. Thanks to an anonymous dev. - geomyidae - A small C-based gopherd.
(HTM) git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 565abed9574e64b729a25be8704863aa6230ff3c
(DIR) parent d6239545026f3a464d7f76ec0ff9763d8f3b7061
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Mon, 12 Dec 2011 21:17:32 +0100
Respecting a set CC. Thanks to an anonymous dev.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -9,7 +9,7 @@ MANDIR ?= $(PREFIX)/man/man8
CFLAGS += -O2 -Wall -I. -I/usr/include
LDFLAGS += -L/usr/lib -L. -lc
-CC = cc
+: CC = cc
SRC = main.c ind.c handlr.c
OBJ = ${SRC:.c=.o}