diff options
| author | Bdale Garbee <bdale@gag.com> | 2017-08-28 12:05:57 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2017-08-28 12:05:57 -0600 |
| commit | 1afcdb1f26d10f535e4467174688191b0194377e (patch) | |
| tree | ee4412dae28490fb4c1d38631c2fbee9cf44a480 /Makefile.am | |
| parent | 5376d4c904de57e289f12ee201690deebe34164b (diff) | |
| parent | b1cf0dab1e28433e06ab02cec033951ea0149ea3 (diff) | |
Merge branch 'branch-1.8' into debian
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 7 |
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 |
