Updated to staging cambalache for issues

This commit is contained in:
2023-07-26 22:10:53 +02:00
parent 342b5cf7dd
commit 21faddc72b
2 changed files with 14 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
NAME=ginput
CC=gcc
CAMBALACHE=cambalache
CFLAGS=$(shell pkg-config --cflags gtk4 libadwaita-1) -O3 -I src
LDFLAGS=$(shell pkg-config --libs gtk4 libadwaita-1)
BUILD_DIR=build
@@ -21,7 +22,7 @@ $(BUILD_DIR):
# UI : Cambalache contains all of the UI files, just compile them all
$(BUILD_DIR)/%.ui: ui/$(NAME).cmb | $(BUILD_DIR)
cambalache -E $^
$(CAMBALACHE) -E $^
mv ui/*.ui $(BUILD_DIR)/
# Resources