summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-04-25 13:57:45 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-04-25 13:57:45 +0200
commit9a21927ac4cdd497f3fbc84df3717748c4cb10a8 (patch)
treeba0cfb9a4f4f2962a697473972f63bec35041c1c /Makefile
parent3f5896ff3ccdea939d3586dd40d9b603d6c807f2 (diff)
- Added musicpath parsing
Order is reversed, so usage is: ./mp3fs <musicpath> <mountpoint>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cca940d..f906f21 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -I/usr/local/include/ -Iinclude/ \
- `pkg-config fuse --cflags`
+ `pkg-config fuse --cflags` -DDEBUGGING
LD_ADD = -L/usr/local/lib -lid3 \
`pkg-config fuse --libs`