Somehow 'packaged'.
[inetdmx.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..61d6926
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+# $Id$
+
+TARGET=inetdmx
+
+CFLAGS=-Wall
+
+.PHONY: all
+all: $(TARGET)
+
+.PHONY: clean
+clean:
+       $(RM) $(TARGET)
+