From 6eef82ce016971ec17c3cbeae5d24707a315d068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 14 Jan 2015 12:35:26 +0100 Subject: 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. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3