increased filename length from 32 to 256, we need this.
[my-code/mp3db.git] / Makefile
1 # Makefile of mp3read.c
2
3 INCLUDEDIR = /usr/include
4
5 CFLAGS = -O3 -Wall
6 LIBS =
7
8 OBJS = mp3read
9
10 all: mp3read
11
12 clean:
13         rm $(OBJS)