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.
2 parents cee3f4c + 5796015 commit 29e50abCopy full SHA for 29e50ab
build.sh
@@ -0,0 +1,8 @@
1
+mkdir ./out
2
+find -name "*.java" > sources.txt
3
+javac -d ./out @sources.txt
4
+cd ./out
5
+find ../src -name "*.png" -exec cp '{}' ./com/modsim/res/ \;
6
+jar cfm ../ModuleSim-Test.jar ../src/META-INF/MANIFEST.MF ./
7
+cd ../
8
+rm ./sources.txt
0 commit comments