Fix compilation on Arch Linux

This commit is contained in:
Yujiang Wang
2025-09-29 18:46:53 +08:00
committed by Stéphane Lesimple
parent b20421e639
commit ec679e3762
2 changed files with 5 additions and 1 deletions

View File

@@ -114,6 +114,10 @@ ${BUILDTMP}/%.o : src/%.c
@echo "Compiling:" $?
@$(CC) $(COPTS) -c $? -o $@
${BUILDTMP}/inlined-icons.c.o : ${BUILDTMP}/inlined-icons.c
@echo "Compiling:" $?
@$(CC) $(COPTS) -c $? -o $@
${BUILDTMP}/build.o : src/build.c src/build.h
@echo "Compiling:" src/build.o
@$(CC) $(COPTS) -c src/build.c -o $@