Skip to content

Commit d1e5a4e

Browse files
committed
Makefile: fix background color to new lines
1 parent 7df9b00 commit d1e5a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ clean:
2323
rm -rf **/*.class dist
2424

2525
compile: ./lib/Spigot-API.jar clean
26-
@echo -en '\n$(subject)Compiling `.java` files to `.class` files..$(command)'
26+
@echo -en '$(subject)\nCompiling `.java` files to `.class` files..$(command)'
2727
javac $(CLASSPATH) **/*.java
2828

2929
build: compile
30-
@echo -en '\n$(subject)Building JAR file..$(command)'
30+
@echo -en '$(subject)\nBuilding JAR file..$(command)'
3131
@mkdir -p dist
3232
cd src && jar cf "../$(jarfile_output)" **/*.class ../*.yml && cd ..

0 commit comments

Comments
 (0)