diff options
author | quou <quou@disroot.org> | 2024-09-24 20:30:27 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-09-24 20:30:27 +1000 |
commit | 359b503ecc7c584bacda044a9cbe3c12f8da839c (patch) | |
tree | 35d2db887c66d7f9bed8f9fadb86454d930d07f2 /Makefile | |
parent | ab731535e11040b0970015d6b00aee822dca6441 (diff) |
audio
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,8 +3,9 @@ tool_compiler = gcc linker = gcc cflags = -I./ -g -DDEBUG -Dplat_x11 -Dplat_x86 \ -Dplat_posix -Dallocation_default_alignment=8 \ +-Dplat_pulse \ -Wall -Wextra -pedantic -std=c90 -lflags = -lX11 -lXi +lflags = -lX11 -lXi -lpulse -lpulse-simple -lpthread -lm target = 1bitjam int_dir = intermediate data_dir = data |