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