diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-01-14 12:35:26 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-01-14 12:51:36 +0100 |
| commit | 6eef82ce016971ec17c3cbeae5d24707a315d068 (patch) | |
| tree | 807821ccf03db5fe7ae024e708f4a6ca58323cc7 /Makefile | |
| parent | 6f53d329beca478d60f6e575918d73eb9cf1214f (diff) | |
| download | vis-6eef82ce016971ec17c3cbeae5d24707a315d068.tar.gz vis-6eef82ce016971ec17c3cbeae5d24707a315d068.tar.xz | |
Remove nano like frontend for now
If time permits I still want to experiment with different editing
paradigms and write a proper nano/sandy/sam frontend but at the
moment it is just bitrotting and not very useful.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,14 +10,13 @@ config.h: vis: config.h config.mk @echo ${CC} ${CFLAGS} ${LDFLAGS} *.c -o $@ @${CC} ${CFLAGS} ${LDFLAGS} *.c -o $@ - @ln -sf $@ nano debug: clean @make CFLAGS='${DEBUG_CFLAGS}' clean: @echo cleaning - @rm -f vis nano vis-${VERSION}.tar.gz + @rm -f vis vis-${VERSION}.tar.gz dist: clean @echo creating dist tarball |
