Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: fix gmakeism(?) - geomyidae - A small C-based gopherd.
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit 267cfbdc5afa6145475f5017555f05142c3aaefb
parent 38fbc5e6f24914eb7f76ee9ea9c06b4ffd6a64ca
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 24 Oct 2015 18:58:27 +0200
Makefile: fix gmakeism(?)
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
@@ -9,7 +9,7 @@ MANDIR ?= $(PREFIX)/share/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}
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.