diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS = -I src -g $(shell pkg-config --cflags glib-2.0 dbus-1) +CFLAGS = -I src -g -pg $(shell pkg-config --cflags glib-2.0 dbus-1) LDLIBS = -lcurses -lmpdclient $(shell pkg-config --libs glib-2.0 dbus-1) DEPFLAGS = -MT $@ -MMD -MP -MF build/$*.d |
