driver: asset interface

This commit is contained in:
2023-09-25 10:33:24 +02:00
parent 5b78a431e0
commit 252206764b
3 changed files with 9 additions and 5 deletions

View File

@@ -7,4 +7,6 @@ BUILD_DIR=../../../build/
all: $(BUILD_DIR)/drivers/gwolves-htx.so
$(BUILD_DIR)/drivers/gwolves-htx.so: htx.c | $(BUILD_DIR)/drivers/
gcc $(CFLAGS) -o $@ $^
$(CC) $(CFLAGS) -o $@ $^
$(BUILD_DIR)/drivers/assets/gwolves-htx.png: htx_0.png | $(BUILD_DIR)/drivers/assets
cp $^ $@