We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c751d commit 40ecd2dCopy full SHA for 40ecd2d
Makefile
@@ -32,11 +32,11 @@ endif
32
all: $(TARGET_PLAY) $(TARGET_CONV)
33
34
play: $(TARGET_PLAY)
35
-$(TARGET_PLAY):$(TARGET_PLAY).c
+$(TARGET_PLAY):$(TARGET_PLAY).c qoa.h
36
$(CC) $(CFLAGS_PLAY) $(TARGET_PLAY).c -o $(TARGET_PLAY) $(LFLAGS_PLAY)
37
38
conv: $(TARGET_CONV)
39
-$(TARGET_CONV):$(TARGET_CONV).c
+$(TARGET_CONV):$(TARGET_CONV).c qoa.h
40
$(CC) $(CFLAGS_CONV) $(TARGET_CONV).c -o $(TARGET_CONV) $(LFLAGS_CONV)
41
42
.PHONY: clean
0 commit comments