Makefile: do not append to $SRC instead set it

This commit is contained in:
Marc André Tanner 2015-02-19 09:42:10 +01:00
parent 64920e5977
commit 81d934ea78
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
include config.mk
SRC += abduco.c
SRC = abduco.c
OBJ = ${SRC:.c=.o}
all: clean options abduco