Skip to content

Commit

Permalink
Modified create-jar.sh to include itself in the jar file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzachos committed Feb 5, 2021
1 parent e4cdce2 commit 840e760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-jar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ then
NAME="${NAME}.jar"
fi

jar cmf mainclass.txt ${NAME} PseudoOps.txt Config.properties Syscall.properties Settings.properties MARSlicense.txt mainclass.txt MipsXRayOpcode.xml registerDatapath.xml controlDatapath.xml ALUcontrolDatapath.xml CreateMarsJar.bat Mars.java Mars.class docs help images mars
jar cmf mainclass.txt ${NAME} PseudoOps.txt Config.properties Syscall.properties Settings.properties MARSlicense.txt mainclass.txt MipsXRayOpcode.xml registerDatapath.xml controlDatapath.xml ALUcontrolDatapath.xml CreateMarsJar.bat create-jar.sh Mars.java Mars.class docs help images mars

0 comments on commit 840e760

Please # to comment.