From 031fd9a954f2e3447d0150eb4ecc81af7b620dca Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 9 Sep 2010 20:36:12 -0700 Subject: [PATCH 1/1] Add firmware and libaltos to 'fat' target at top-level This ensures that all of the necessary bits are available to construct the distribution images. Signed-off-by: Keith Packard --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 66d7cb55..264e577a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,4 +13,6 @@ ChangeLog: dist-hook: ChangeLog fat: + cd src && $(MAKE) all + cd ao-tools/libaltos && $(MAKE) all cd ao-tools/altosui && $(MAKE) fat -- 2.30.2