diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} syntax.h util.h config.def.h +SRC = editor.c window.c text.c text-motions.c text-objects.c register.c buffer.c +HDR := ${SRC:.c=.h} macro.h syntax.h util.h config.def.h SRC += vis.c OBJ = ${SRC:.c=.o} ALL = ${SRC} ${HDR} config.mk Makefile LICENSE README vis.1 |
