Browse Source

scripts: Fix alignment in compile output.

tags/non-daw-v1.2.0
Jonathan Moore Liles 13 years ago
parent
commit
4f472c2a8e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Makefile

+ 1
- 1
scripts/Makefile View File

@@ -70,7 +70,7 @@ INCLUDES := -I. -Iutil -IFL -Inonlib

include scripts/colors

SPACE:=`tput cuf 15`
SPACE+=" `tput cuf 20`"

ifneq ($(CALCULATING),yes)
COMPILING="$(BOLD)$(BLACK)$(PACKAGE)$(SPACE)$(SGR0)$(CYAN)`scripts/percent-complete .files "$<"`$(SGR0)$(BOLD)$(BLACK)]$(SGR0) $(BOLD)$(CYAN)$<$(SGR0)"


Loading…
Cancel
Save