aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 667ff7e..b1a3109 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,9 @@
.PHONY: test
test:
prove -v
+
+
+incdec.pl: incdec.pl.m4 incdec.pm
+ sed -n '/sub incdec {/,/^}/p' incdec.pm > incdec.sub.pl
+ m4 $< > $@
+ rm incdec.sub.pl