From: Keith Packard Date: Fri, 10 Sep 2010 03:36:12 +0000 (-0700) Subject: Add firmware and libaltos to 'fat' target at top-level X-Git-Tag: 0.7.1~11 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=031fd9a954f2e3447d0150eb4ecc81af7b620dca;ds=sidebyside 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 --- 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