aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-08-31 11:07:42 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-08-31 11:07:42 +0200
commitc72fe77e5d3cf4ecb3b691a5fa582d0e96b5ec1e (patch)
tree6b5487c3384e8c35c5b531fffca1f2b2bacc193d /Makefile
parentfbaeffb469d2fd6833a1301255f1ac73c7226a83 (diff)
downloadvis-c72fe77e5d3cf4ecb3b691a5fa582d0e96b5ec1e.tar.gz
vis-c72fe77e5d3cf4ecb3b691a5fa582d0e96b5ec1e.tar.xz
First part of a vi like frontend
Still very incomplete
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cd0ca71..b39cd7e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include config.mk
-SRC += vis.c colors.c editor.c text.c text-motions.c text-objects.c
-ALL = ${SRC} util.h editor.h text.h text-motions.h text-objects.h \
+SRC += vis.c colors.c editor.c text.c text-motions.c text-objects.c register.c
+ALL = ${SRC} util.h editor.h text.h text-motions.h text-objects.h register.h \
config.def.h config.mk Makefile LICENSE README vis.1
OBJ = ${SRC:.c=.o}