vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 4675c3bf8d386e3af974a82dae823961864ba064 parent b474d7aa119fc6d1d28a574296ed341194eede31 Author: Josh Wainwright <josh.wainwright@ldra.com> Date: Wed, 20 Apr 2016 14:23:30 +0100 Remove stackdump reference from makefile and make name uppercase Diffstat:
| A | lua/Makefile | | | 7 | +++++++ |
| D | lua/makefile | | | 7 | ------- |
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/lua/Makefile b/lua/Makefile @@ -0,0 +1,7 @@ +all: clean test + +clean: + rm -f *.out *.true + +test: + @./test.sh diff --git a/lua/makefile b/lua/makefile @@ -1,7 +0,0 @@ -all: clean test - -clean: - rm -f *.out *.true vis.exe.stackdump - -test: - @./test.sh