chore: remove trailing whitespace in makefile

This commit is contained in:
Loic Coenen
2026-05-02 22:19:29 +00:00
committed by Loic Coenen (aider)
parent b83e8e787e
commit 68b22b3a28

View File

@@ -1,5 +1,5 @@
CC = gcc CC = gcc
CFLAGS = -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200809L -I. -Ilib CFLAGS = -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200809L -I. -Ilib
LDFLAGS = -ljack -lm -lncurses -lpthread LDFLAGS = -ljack -lm -lncurses -lpthread
all: jack-looper test_engine test_tui test_gui test_cli test_stress test_wav_io all: jack-looper test_engine test_tui test_gui test_cli test_stress test_wav_io