diff options
author | Keith Packard <keithp@keithp.com> | 2010-09-04 18:04:04 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-09-04 18:21:41 -0700 |
commit | 148b927c3b8bc7b7b5c5356392032faf2b1203d3 (patch) | |
tree | 7f4e15daf1b512047d7c951d94f379a83476415f /Makefile.am | |
parent | aed59e1c057c13e28fd368dc2592aa4628211097 (diff) |
Add top-level 'fat' target to aid building distribution files
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 39e7c244..66d7cb55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,3 +11,6 @@ ChangeLog: (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) dist-hook: ChangeLog + +fat: + cd ao-tools/altosui && $(MAKE) fat |