commit 267cfbdc5afa6145475f5017555f05142c3aaefb
parent 38fbc5e6f24914eb7f76ee9ea9c06b4ffd6a64ca
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 24 Oct 2015 18:58:27 +0200
Makefile: fix gmakeism(?)
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
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}