Quellcode durchsuchen

Update Makefile

pull/849/head
Ray vor 5 Jahren
Ursprung
Commit
5f0866463c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      games/Makefile

+ 1
- 1
games/Makefile Datei anzeigen

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\templates\web_shell\shell.html
CFLAGS += --shell-file $(RAYLIB_PATH)\src\shell.html
EXT = .html
endif

Laden…
Abbrechen
Speichern