diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 66d7cb55..264e577a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,4 +13,6 @@ ChangeLog: dist-hook: ChangeLog fat: + cd src && $(MAKE) all + cd ao-tools/libaltos && $(MAKE) all cd ao-tools/altosui && $(MAKE) fat |