Updated to staging cambalache for issues
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user