initial check in of TAG info c source and shell wrapper
[my-code/mp3db.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..1cc1c80
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+# Makefile of mp3read.c
+
+INCLUDEDIR = /usr/include
+
+CFLAGS = -O3 -Wall
+LIBS =
+
+OBJS = mp3read
+
+all: mp3read
+
+clean:
+       rm $(OBJS)