Fix up fat build target
authorKeith Packard <keithp@keithp.com>
Sun, 28 Apr 2024 22:49:29 +0000 (15:49 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 28 Apr 2024 22:57:17 +0000 (15:57 -0700)
Depend on all-recursive so everything gets built before we attempt to
build the fat bits.

Signed-off-by: Keith Packard <keithp@keithp.com>
Makefile.am

index 6f3ead743e3bcd933879fec759067acb68d063d5..8bb1830a17b50c1ea9b661a7964efa549f714d32 100644 (file)
@@ -19,12 +19,9 @@ fat-install: fat
        cd micropeak && $(MAKE) fat-install
 endif
 
-fat:
-       cd src && $(MAKE) all
-       cd doc && $(MAKE) all
+fat: all-recursive
        cd libaltos && $(MAKE) fat
        cd altoslib && $(MAKE) all
-       cd altosuilib && $(MAKE) all
        cd icon && $(MAKE) fat
        cd altosui && $(MAKE) fat
        cd micropeak && $(MAKE) fat