chore: add trailing space to CFLAGS in makefile

This commit is contained in:
Loic Coenen
2026-05-10 19:00:11 +00:00
committed by Loic Coenen (aider)
parent c8b9de8e81
commit 015ad2c5a7

View File

@@ -1,5 +1,5 @@
CC ?= gcc
CFLAGS ?= -Wall -Wextra -g -Isrc
CFLAGS ?= -Wall -Wextra -g -Isrc
LDFLAGS ?= -ljack -lm
SRC = src/main.c src/looper.c src/channel.c src/midi.c src/queue.c src/pipe.c