Merge branch 'master' of https://github.com/booboule/metasploit-framework into booboule-master

bug/bundler_fix
jvazquez-r7 2013-01-24 16:18:06 +01:00
commit ee2fed8335
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ CLASSES = \
all: $(CLASSES:.java=.class)
install:
mv Exploit.class ../../../../data/exploits/cve-2013-0422/
mv B.class ../../../../data/exploits/cve-2013-0422/
mv Exploit.class ../../../../data/exploits/cve-2012-5076_2/
mv B.class ../../../../data/exploits/cve-2012-5076_2/
clean:
rm -rf *.class