summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2007-11-21 20:48:26 +0100
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2007-11-21 20:48:26 +0100
commitcdc6a068f2e8a320f8beeee5b2b950b57645325b (patch)
tree823b06fbcfbce600d9d856bd3d7bf0c9d96dd62e /Makefile
parente660aacdb3fe0f79d1531d9aa0c8ce2f158b7ae3 (diff)
- Added -std=c99 to the Makefile
- Dependency listing in README
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \