diff options
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 ./$< |