From deca6f4d03d36e4980715ae6709f244f381b1175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 9 Sep 2014 21:50:38 +0200 Subject: Cleanup header files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3