diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2c412bf9..0767ccde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,5 +14,5 @@ dist-hook: ChangeLog fat: cd src && $(MAKE) all - cd ao-tools/libaltos && $(MAKE) all - cd ao-tools/altosui && $(MAKE) fat + cd altosui/libaltos && $(MAKE) all + cd altosui && $(MAKE) fat |