Skip to content

Commit af03a8e

Browse files
committed
FIx makefile
1 parent 4fc3d72 commit af03a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CC?=gcc
22
CFLAGS?=-I/usr/local/include
33

44
all:
5-
$(CC) $(CFLAGS) -std=c99 -shared -O2 -o pulse2.so pulse.c -lpulse -fPIC -Wall -march=native
5+
$(CC) $(CFLAGS) -std=c99 -shared -O2 -o pulse2.so pulse.c $(LDFLAGS) -lpulse -fPIC -Wall -march=native
66
debug: CFLAGS += -DDBPULSE_DEBUG -g
77
debug: all
88

0 commit comments

Comments
 (0)