diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -51,6 +51,12 @@ clean: abuild cleanpkg; \ done +fetch: + for p in $(all-pkgs) ; do \ + cd $(rootdir)/$$p; \ + abuild fetch; \ + done + distclean: for p in $(all-pkgs) ; \ do \ |