aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--incdec.bash (renamed from incdec)0
2 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
diff --git a/incdec b/incdec.bash
index 98ba10b..98ba10b 100644
--- a/incdec
+++ b/incdec.bash