From a61e85ed2d690b6f86e77055a0ca0bb90e5f0eca Mon Sep 17 00:00:00 2001 From: evgeny Date: Mon, 4 Jul 2016 16:17:42 +0300 Subject: fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2edca13..bd72602 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc -CFLAGS=-std=gnu99 -Wall -pedantic -Wextra `pkg-config --cflags ${LIBS}` LIBS=alsa dbus-1 +CFLAGS=-std=gnu99 -Wall -pedantic -Wextra `pkg-config --cflags ${LIBS}` LDFLAGS=`pkg-config --libs ${LIBS}` all: main -- cgit v1.2.3