Skip to content

Commit abb592f

Browse files
committed
Makefile: ensure miniaudio_engine recompiles on miniaudio.h change
Signed-off-by: Steven Noonan <[email protected]>
1 parent add7113 commit abb592f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $(OBJ_DIR)/$(LIB): $(OBJECTS) | $$(@D)/.
6868
$(QUIET_AR)$(AR) $(ARFLAGS) $@ $^
6969
$(QUIET_RANLIB)$(RANLIB) $@
7070

71-
miniaudio_engine.c: miniaudio.h
71+
$(OBJ_DIR)/miniaudio_engine.o: miniaudio.h
7272

7373
$(OBJ_DIR)/%.o: %.c $(OBJ_DIR)/.cflags | $$(@D)/.
7474
$(QUIET_CC)$(CC) $(CFLAGS) -o $@ -c $<

0 commit comments

Comments
 (0)