Skip to content

Commit

Permalink
fix makefile java
Browse files Browse the repository at this point in the history
  • Loading branch information
yoloyyh committed May 15, 2024
1 parent 501c5de commit f247142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ endif
cp NSMount/bin/NSMount $(OUTPUT)/NSMount
cp pangolin/bin/pangolin $(LIB_OUTPUT)/pangolin

cp jvm/JVMAgent/output/SmithAgent.jar
cp jvm/JVMAgent/output/SmithAgent.jar $(LIB_OUTPUT)/java/SmithAgent.jar
cp jvm/JVMProbe/output/SmithProbe.jar $(LIB_OUTPUT)/java/SmithProbe.jar
cp jvm/jattach/build/jattach $(LIB_OUTPUT)/java/jattach

Expand Down

0 comments on commit f247142

Please sign in to comment.