aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2021-08-25 00:32:09 +0200
committerTeddy Wing2021-08-25 00:32:09 +0200
commit353315bc5369a078f9ac70e5007db630c7fcb749 (patch)
tree8de4086f16eb818abe9c7bf33006dced242fb9b3 /Makefile
parentff00a3c613570c5460a420c5882da41ed2e09142 (diff)
downloadreadline-incdec-353315bc5369a078f9ac70e5007db630c7fcb749.tar.bz2
Rename `incdec` to `incdec.bash`
Add a ".bash" extension to the main include script make explicit the intent for it to be used with Bash.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d841034..ac5b589 100644
--- a/Makefile
+++ b/Makefile
@@ -17,10 +17,10 @@
.PHONY: all
-all: incdec
+all: incdec.bash
-incdec: incdec.m4.bash incdec.pl
+incdec.bash: incdec.m4.bash incdec.pl
m4 --define="INCLUDE_INCDEC_PL=include(\`incdec.pl')dnl" $< > $@
incdec.pl: incdec.m4.pl incdec.pm