diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-08-31 11:07:42 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-08-31 11:07:42 +0200 |
| commit | c72fe77e5d3cf4ecb3b691a5fa582d0e96b5ec1e (patch) | |
| tree | 6b5487c3384e8c35c5b531fffca1f2b2bacc193d /Makefile | |
| parent | fbaeffb469d2fd6833a1301255f1ac73c7226a83 (diff) | |
| download | vis-c72fe77e5d3cf4ecb3b691a5fa582d0e96b5ec1e.tar.gz vis-c72fe77e5d3cf4ecb3b691a5fa582d0e96b5ec1e.tar.xz | |
First part of a vi like frontend
Still very incomplete
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |
