diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ init: cd ..;git submodule init; git submodule update cd repos/gxfr/; git checkout master; git pull cd repos/dnsrecon; git checkout master; git pull + cd repos/dnsmap; git checkout master; git pull |