corregit el comptador de FPS
This commit is contained in:
4
Makefile
4
Makefile
@@ -81,8 +81,8 @@ resources.pack: pack_tool
|
||||
# BUILD TARGETS (delegate to CMake)
|
||||
# ==============================================================================
|
||||
|
||||
# Default target: build with CMake
|
||||
all: $(TARGET_FILE)
|
||||
# Default target: build with CMake + resources
|
||||
all: resources.pack $(TARGET_FILE)
|
||||
|
||||
$(TARGET_FILE):
|
||||
@cmake -B build -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
Reference in New Issue
Block a user