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 ea71161 commit a329ef3Copy full SHA for a329ef3
META-INF/MANIFEST.MF
@@ -0,0 +1 @@
1
+Main-Class: Main
Makefile
@@ -0,0 +1,4 @@
+default:
2
+ javac -d . src/*.java
3
+ jar cvmf META-INF/MANIFEST.MF MissingBlobs.jar *.class
4
+ rm *.class
README.md
@@ -45,10 +45,9 @@ check whether any of these dependencies are not present.
45
- java compiler
46
47
### Building
48
-In the source file directory, execute:
+In the root directory of the repo, execute:
49
```
50
-$ javac *.java
51
-$ jar -cvfe MissingBlobs.jar MissingBlobs *.class
+$ make
52
53
54
A runnable `MissingBlobs.jar` will be produced.
0 commit comments