first try, added Makefile
[my-code/dmsd.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..f61c666
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+# Makefile of dmsd
+
+INCLUDEDIR = /usr/include
+
+CFLAGS = -O3 -Wall
+LIBS =
+
+OBJS = dmsd
+
+all: dmsd
+
+clean:
+       rm $(OBJS)