diff options
author | Keith Packard <keithp@keithp.com> | 2010-09-09 20:36:12 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-09-09 20:37:07 -0700 |
commit | 031fd9a954f2e3447d0150eb4ecc81af7b620dca (patch) | |
tree | 8b76f66604025525669f65532aa8292d517aa611 | |
parent | fcaa480b1dfeb2fd4044f9c4e1b6d50c46fc9984 (diff) |
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 <keithp@keithp.com>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |