aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-09 21:50:38 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-09 21:50:38 +0200
commitdeca6f4d03d36e4980715ae6709f244f381b1175 (patch)
treee8e8b61824fb4341976c4e010edb89b65d17a770 /Makefile
parent6d2e43b8142e17f4dd0a578a961b1d8cc98894bb (diff)
downloadvis-deca6f4d03d36e4980715ae6709f244f381b1175.tar.gz
vis-deca6f4d03d36e4980715ae6709f244f381b1175.tar.xz
Cleanup header files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85725d7..601bb94 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include config.mk
SRC = editor.c window.c text.c text-motions.c text-objects.c register.c
-HDR := ${SRC:.c=.h} util.h config.def.h
+HDR := ${SRC:.c=.h} syntax.h util.h config.def.h
SRC += vis.c colors.c
OBJ = ${SRC:.c=.o}
ALL = ${SRC} ${HDR} config.mk Makefile LICENSE README vis.1