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