diff options
author | zlago | 2024-09-02 10:58:22 +0200 |
---|---|---|
committer | zlago | 2024-09-02 10:58:22 +0200 |
commit | e1dbcc7c80e6930f223e4617385931aad1fff2c7 (patch) | |
tree | 01d3854b8ed59d2676ae79cb319cd73cda89e305 /GNUmakefile | |
parent | aa759ff708196e5ea0f39bedabfbecb8f164294e (diff) |
portaudio version
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 ./$< |