From 81d934ea78c0858bda8990e13589ba2fe6a7060f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 19 Feb 2015 09:42:10 +0100 Subject: [PATCH] Makefile: do not append to $SRC instead set it --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c24816..e2c203a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include config.mk -SRC += abduco.c +SRC = abduco.c OBJ = ${SRC:.c=.o} all: clean options abduco