From 93e69758be5b82d313fb87b1b5578e972506640d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 2 Sep 2014 08:16:52 +0200 Subject: Fix Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3884944..c859fde 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ include config.mk -SRC += vis.c colors.c window.c text.c text-motions.c text-objects.c register.c -HDR = ${SRC:.c=.h} util.h config.def.h -SRC += main.c +SRC = vis.c window.c text.c text-motions.c text-objects.c register.c +HDR := ${SRC:.c=.h} util.h config.def.h +SRC += main.c colors.c OBJ = ${SRC:.c=.o} ALL = ${SRC} ${HDR} config.mk Makefile LICENSE README vis.1 -- cgit v1.2.3