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 7df9b00 commit d1e5a4eCopy full SHA for d1e5a4e
Makefile
@@ -23,10 +23,10 @@ clean:
23
rm -rf **/*.class dist
24
25
compile: ./lib/Spigot-API.jar clean
26
- @echo -en '\n$(subject)Compiling `.java` files to `.class` files..$(command)'
+ @echo -en '$(subject)\nCompiling `.java` files to `.class` files..$(command)'
27
javac $(CLASSPATH) **/*.java
28
29
build: compile
30
- @echo -en '\n$(subject)Building JAR file..$(command)'
+ @echo -en '$(subject)\nBuilding JAR file..$(command)'
31
@mkdir -p dist
32
cd src && jar cf "../$(jarfile_output)" **/*.class ../*.yml && cd ..
0 commit comments