aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-09-24 20:30:27 +1000
committerquou <quou@disroot.org>2024-09-24 20:30:27 +1000
commit359b503ecc7c584bacda044a9cbe3c12f8da839c (patch)
tree35d2db887c66d7f9bed8f9fadb86454d930d07f2 /Makefile
parentab731535e11040b0970015d6b00aee822dca6441 (diff)
audio
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf15054..bc07003 100644
--- a/Makefile
+++ b/Makefile
@@ -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