diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-02 08:16:52 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-02 08:16:52 +0200 |
| commit | 93e69758be5b82d313fb87b1b5578e972506640d (patch) | |
| tree | f14db0df1e979bfc9645def112b132b02a9152dc | |
| parent | 28db11a2c10894d0154786646234b060bc9a6202 (diff) | |
| download | vis-93e69758be5b82d313fb87b1b5578e972506640d.tar.gz vis-93e69758be5b82d313fb87b1b5578e972506640d.tar.xz | |
Fix Makefile
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ include config.mk -SRC += vis.c colors.c window.c text.c text-motions.c text-objects.c register.c -HDR = ${SRC:.c=.h} util.h config.def.h -SRC += main.c +SRC = vis.c window.c text.c text-motions.c text-objects.c register.c +HDR := ${SRC:.c=.h} util.h config.def.h +SRC += main.c colors.c OBJ = ${SRC:.c=.o} ALL = ${SRC} ${HDR} config.mk Makefile LICENSE README vis.1 |
