generated from rpuzonas/raylib-cpp-template
use python3 to statically host files
This commit is contained in:
parent
b47d6235fd
commit
f108649ef0
2
Makefile
2
Makefile
@ -148,7 +148,7 @@ $(BUILD_DIR)/%.o: src/%.cpp Makefile
|
|||||||
# Run the executable
|
# Run the executable
|
||||||
run:
|
run:
|
||||||
ifeq ($(PLATFORM), web)
|
ifeq ($(PLATFORM), web)
|
||||||
python -m http.server 8080 -d $(BUILD_DIR)
|
python3 -m http.server 8080 -d $(BUILD_DIR)
|
||||||
else
|
else
|
||||||
$(MAIN_TARGET) $(ARGS)
|
$(MAIN_TARGET) $(ARGS)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user