Browse Source

Replace tab with spaces

pull/4434/head
asdqwe 2 months ago
parent
commit
97a6338f61
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile View File

@ -197,7 +197,7 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_ANDROID)
MAKE = mingw32-make
endif
ifeq ($(TARGET_PLATFORM),PLATFORM_WEB)
EMMAKE != type emmake
EMMAKE != type emmake
ifneq (, $(EMMAKE))
MAKE = emmake make
else

Loading…
Cancel
Save