From 353315bc5369a078f9ac70e5007db630c7fcb749 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 25 Aug 2021 00:32:09 +0200 Subject: 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. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3