summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2017-08-28 12:05:57 -0600
committerBdale Garbee <bdale@gag.com>2017-08-28 12:05:57 -0600
commit1afcdb1f26d10f535e4467174688191b0194377e (patch)
treeee4412dae28490fb4c1d38631c2fbee9cf44a480 /Makefile.am
parent5376d4c904de57e289f12ee201690deebe34164b (diff)
parentb1cf0dab1e28433e06ab02cec033951ea0149ea3 (diff)
Merge branch 'branch-1.8' into debian
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2fdbd109..cac02c62 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,13 @@ ChangeLog:
dist-hook: ChangeLog
+if FATINSTALL
+fat-install: fat
+ cd altosui && $(MAKE) fat-install
+ cd telegps && $(MAKE) fat-install
+ cd micropeak && $(MAKE) fat-install
+endif
+
fat:
cd src && $(MAKE) all
cd doc && $(MAKE) all