summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 735ba5f..46851a4 100644
--- a/Makefile
+++ b/Makefile
@@ -14,3 +14,8 @@ distclean:: clean
$(LEVEL)/config.log \
$(LEVEL)/TAGS
+AUTOCONF = autoconf
+
+configure: autoconf/configure.ac
+ cd autoconf && $(AUTOCONF) -o ../configure configure.ac
+