diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-10 21:34:24 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-10 21:48:31 -0800 |
commit | e94f9547a566c74c30b6321bc073b8bdcb071604 (patch) | |
tree | b6ac70d52adf0d842f05ab9fb6eba92efbc121ee /Makefile.am | |
parent | 12a9bd0479db25cbe45c0385913315cc1e0bc892 (diff) |
Fix up 'make fat' to build all libs and micropeak too
There are now three libraries to build for both altosui and micropeak.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7328c04e..59cddb9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,5 +15,8 @@ dist-hook: ChangeLog fat: cd src && $(MAKE) all cd doc && $(MAKE) all - cd altosui/libaltos && $(MAKE) all + cd libaltos && $(MAKE) all + cd altoslib && $(MAKE) all + cd altosuilib && $(MAKE) all cd altosui && $(MAKE) fat + cd micropeak && $(MAKE) fat |