From: Keith Packard Date: Sun, 5 Sep 2010 01:04:04 +0000 (-0700) Subject: Add top-level 'fat' target to aid building distribution files X-Git-Tag: debian/0.7+79+g3d49d5f~16 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=148b927c3b8bc7b7b5c5356392032faf2b1203d3 Add top-level 'fat' target to aid building distribution files Signed-off-by: Keith Packard --- 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