We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5370e commit afa32c7Copy full SHA for afa32c7
external/source/exploits/cve-2012-5076_2/Makefile
@@ -11,8 +11,8 @@ CLASSES = \
11
all: $(CLASSES:.java=.class)
12
13
install:
14
- mv Exploit.class ../../../../data/exploits/cve-2013-0422/
15
- 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/
16
17
clean:
18
rm -rf *.class
0 commit comments