diff options
| author | 2017-03-31 23:35:48 +0530 | |
|---|---|---|
| committer | 2017-04-01 02:55:00 +0530 | |
| commit | 584a5f90f35c9cddbdb5d5a525e7550ad272b505 (patch) | |
| tree | 2fb3aed1795283657214068ecf8c862c6d02a44b /Makefile | |
| parent | aeeeed0bceee9429caf770d0908ffcaf348a3f12 (diff) | |
| download | nnn-584a5f90f35c9cddbdb5d5a525e7550ad272b505.tar.gz | |
Remove sh as script opener, use vi
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ nnn.o: util.h config.h strlcat.o: util.h strlcpy.o: util.h -config.h: +config.h: config.def.h cp config.def.h $@ install: all |