diff options
author | EUcancER <root@euer.krebsco.de> | 2012-04-23 11:54:24 +0200 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2012-04-23 11:54:24 +0200 |
commit | dd6b7957dd02df34a5e2d9a782a893b0a1429bdb (patch) | |
tree | 81f1d7d89e2b2d1362344d03d798c54dc8f4fb83 /Reaktor/Makefile | |
parent | 7a8b15d7851869f216d7da659db5367808a415c4 (diff) |
add dnsmap submodule
Diffstat (limited to 'Reaktor/Makefile')
-rw-r--r-- | Reaktor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Reaktor/Makefile b/Reaktor/Makefile index f608db90..dc3f8cac 100644 --- a/Reaktor/Makefile +++ b/Reaktor/Makefile @@ -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 |