aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-02 08:16:52 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-02 08:16:52 +0200
commit93e69758be5b82d313fb87b1b5578e972506640d (patch)
treef14db0df1e979bfc9645def112b132b02a9152dc /Makefile
parent28db11a2c10894d0154786646234b060bc9a6202 (diff)
downloadvis-93e69758be5b82d313fb87b1b5578e972506640d.tar.gz
vis-93e69758be5b82d313fb87b1b5578e972506640d.tar.xz
Fix Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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