Skip to content

Commit de5b018

Browse files
committed
Debug
1 parent f1550e1 commit de5b018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ portaudio/Makefile:
100100
git submodule update --init portaudio
101101
$(PORTAUDIOLIB): portaudio/Makefile
102102
$(MAKE) -C $(dir $<) ./configure
103-
$(MAKE) -C $(dir $<) $(MAKE)
103+
$(MAKE) -C $(dir $<)
104104
main.o: $(PORTAUDIOLIB)
105105

106106
# suppress warning when compiling PortAudio

0 commit comments

Comments
 (0)