aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-01-14 12:35:26 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-01-14 12:51:36 +0100
commit6eef82ce016971ec17c3cbeae5d24707a315d068 (patch)
tree807821ccf03db5fe7ae024e708f4a6ca58323cc7 /Makefile
parent6f53d329beca478d60f6e575918d73eb9cf1214f (diff)
downloadvis-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--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 88c57a9..b3330c4 100644
--- a/Makefile
+++ b/Makefile
@@ -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