# Makefile of mp3read.c INCLUDEDIR = /usr/include CFLAGS = -O3 -Wall LIBS = OBJS = mp3read all: mp3read clean: rm $(OBJS)