aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-03-31 23:35:48 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-01 02:55:00 +0530
commit584a5f90f35c9cddbdb5d5a525e7550ad272b505 (patch)
tree2fb3aed1795283657214068ecf8c862c6d02a44b /Makefile
parentaeeeed0bceee9429caf770d0908ffcaf348a3f12 (diff)
downloadnnn-584a5f90f35c9cddbdb5d5a525e7550ad272b505.tar.gz
Remove sh as script opener, use vi
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa0dd28..ba9a9b1 100644
--- a/Makefile
+++ b/Makefile
@@ -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