From 520d94508cfd28f91b3468be84e803e5d439b642 Mon Sep 17 00:00:00 2001 From: EUcancER Date: Mon, 23 Apr 2012 11:54:24 +0200 Subject: add dnsmap submodule --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f608db9..dc3f8ca 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3