From da72c356388a3b64c5969cdddd2e48011c268d5c Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 5 Apr 2011 21:08:08 +0800 Subject: [PATCH] add Makefile.am for xburst-tools autoconf --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile.am diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..7aed521 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,3 @@ +bin_PROGRAMS = jzboot +jzboot: + $(MAKE) -C ./src \ No newline at end of file