summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorzlago2024-09-02 10:58:22 +0200
committerzlago2024-09-02 10:58:22 +0200
commite1dbcc7c80e6930f223e4617385931aad1fff2c7 (patch)
tree01d3854b8ed59d2676ae79cb319cd73cda89e305 /GNUmakefile
parentaa759ff708196e5ea0f39bedabfbecb8f164294e (diff)
portaudio version
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a9e2537..f7eb64a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -13,7 +13,7 @@ deps ::= $(addprefix out/,$(notdir ${srcs:.c=.d}))
 
 .PHONY: all run clean
 
-all: out/mu-SDL2
+all: out/mu-SDL2 out/mu-portaudio
 
 run: out/mu-SDL2
 	./$<