fix makefile wrong dependency
This commit is contained in:
parent
cf6501d93a
commit
9423b1939b
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ $(BUILD_DIR):
|
||||
mkdir -p $(BUILD_DIR)
|
||||
|
||||
# Resources
|
||||
$(BUILD_DIR)/resource.c: ui/ginput.gresource.xml ui/style.css ui
|
||||
$(BUILD_DIR)/resource.c: ui/ginput.gresource.xml ui/style.css $(UI)
|
||||
cp ui/style.css $(BUILD_DIR)/
|
||||
cd ui && glib-compile-resources --generate-source --target=resource.c ginput.gresource.xml
|
||||
mv ui/resource.c $(BUILD_DIR)/
|
||||
|
Loading…
Reference in New Issue
Block a user