From: Keith Packard Date: Fri, 11 Jan 2013 05:34:24 +0000 (-0800) Subject: Fix up 'make fat' to build all libs and micropeak too X-Git-Tag: 1.1.9.3~8^2~7 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=e94f9547a566c74c30b6321bc073b8bdcb071604 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 --- 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