depend on stb_image.h

This commit is contained in:
NishiOwO 2025-04-03 21:09:40 +09:00
parent ebc311e182
commit 734af562a6
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343

View File

@ -10,3 +10,5 @@ include ../common.mk
$(TARGET): $(OBJS)
$(AR) rcs $@ $(OBJS)
nb_stb_image.c: ../external/stb/stb_image.h