aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevgeny <me@ch1p.com>2016-07-04 16:17:42 +0300
committerevgeny <me@ch1p.com>2016-07-04 16:17:42 +0300
commita61e85ed2d690b6f86e77055a0ca0bb90e5f0eca (patch)
treead4ff6e8b5b40a4d92ed582da1f88da67a3515ec
parent71a71a2a99d8a9cbb57097927f339418ad7cc727 (diff)
fix makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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