update git

This commit is contained in:
2026-02-20 08:48:34 -06:00
parent 38f368c6d6
commit 54e5be0773
2 changed files with 14 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ all: $(BUILD)/build.ninja
cp $(BUILD)/cell .
$(BUILD)/build.ninja:
meson setup $(BUILD) -Dbuildtype=debugoptimized
meson setup $(BUILD) -Dbuildtype=release
debug: $(BUILD_DBG)/build.ninja
meson compile -C $(BUILD_DBG)