Skip to content

Commit

Permalink
Fix build/pimp.mak typo (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthnithin authored Feb 2, 2024
1 parent 3f6039e commit 865ad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pimp.mak
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif

DISPLAY_TARGET ?= "Undefined"

PLS_IGNORE := $(shell >&2 printf "\e[32m Targetting $(DISPLAY_TARGET)\n")
PLS_IGNORE := $(shell >&2 printf "\e[32m Targeting $(DISPLAY_TARGET)\n")

ifeq ($(OS),Windows_NT)
DISPLAY_OS = Windows
Expand Down

0 comments on commit 865ad0d

Please sign in to comment.