changed asset loading model
This commit is contained in:
@@ -6,7 +6,7 @@ ASSETS=$(shell find devices/ -name '*.png')
|
||||
FINAL_ASSETS=$(BUILD_DIR)/drivers/assets/gwolves-htx.png $(BUILD_DIR)/drivers/assets/gwolves-hts_plus.png $(BUILD_DIR)/drivers/assets/gwolves-hsk_pro.png
|
||||
BUILD_DIR=../../build/
|
||||
|
||||
all: $(BUILD_DIR)/drivers/g-wolves.so
|
||||
all: $(BUILD_DIR)/drivers/g-wolves.so $(FINAL_ASSETS)
|
||||
|
||||
$(BUILD_DIR)/drivers/g-wolves.so: g-wolves.c | $(BUILD_DIR)/drivers/
|
||||
$(CC) $(CFLAGS) -o $@ $^
|
||||
|
Reference in New Issue
Block a user