We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add7113 commit abb592fCopy full SHA for abb592f
Makefile
@@ -68,7 +68,7 @@ $(OBJ_DIR)/$(LIB): $(OBJECTS) | $$(@D)/.
68
$(QUIET_AR)$(AR) $(ARFLAGS) $@ $^
69
$(QUIET_RANLIB)$(RANLIB) $@
70
71
-miniaudio_engine.c: miniaudio.h
+$(OBJ_DIR)/miniaudio_engine.o: miniaudio.h
72
73
$(OBJ_DIR)/%.o: %.c $(OBJ_DIR)/.cflags | $$(@D)/.
74
$(QUIET_CC)$(CC) $(CFLAGS) -o $@ -c $<
0 commit comments