From e94f9547a566c74c30b6321bc073b8bdcb071604 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 10 Jan 2013 21:34:24 -0800 Subject: [PATCH] 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 --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2