diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ CC = gcc -std=gnu99 CFLAGS := -Wall -Wextra -pedantic -O2 -g -D_REENTRANT $(CFLAGS) -LDFLAGS := -lpulse -lm $(LDFLAGS) +LDLIBS := -lpulse -lm ponymix: ponymix.o |