aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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