From cdc6a068f2e8a320f8beeee5b2b950b57645325b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Wed, 21 Nov 2007 20:48:26 +0100 Subject: - Added -std=c99 to the Makefile - Dependency listing in README --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 18fb9c9..6e51a7b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall -Iinclude/ \ +CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -Iinclude/ \ `pkg-config fuse --cflags` LD_ADD = -lid3 \ -- cgit v1.2.3