c76e728ed9
Added quiet mode and support for MD5 hash of Last.FM password in shell-fm.rc.
13 lines
398 B
Plaintext
13 lines
398 B
Plaintext
$OpenBSD: patch-source_Makefile,v 1.5 2012/03/14 11:21:33 dcoppa Exp $
|
|
--- source/Makefile.orig Wed Mar 14 11:22:25 2012
|
|
+++ source/Makefile Wed Mar 14 11:33:21 2012
|
|
@@ -5,7 +5,7 @@ DEP := $(subst .c,.d,$(SOURCE))
|
|
BINARY := shell-fm
|
|
LIB := libshellfm.so
|
|
STATIC := libshellfm.a
|
|
-CFLAGS += -Os -Wall -MD -W -I./include/
|
|
+CFLAGS += -MD -I./include/
|
|
|
|
ifdef EXTERN_ONLY
|
|
CFLAGS += -DEXTERN_ONLY
|