diff --git a/Makefile b/Makefile index 3cbbdaf..278e852 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ $(BUILD_DIR)/%.o: src/%.cpp Makefile # Run the executable run: ifeq ($(PLATFORM), web) - python -m http.server 8080 -d $(BUILD_DIR) + python3 -m http.server 8080 -d $(BUILD_DIR) else $(MAIN_TARGET) $(ARGS) endif