added Makefile
authorhackbard <hackbard>
Thu, 17 Oct 2002 14:40:53 +0000 (14:40 +0000)
committerhackbard <hackbard>
Thu, 17 Oct 2002 14:40:53 +0000 (14:40 +0000)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..e7383f4
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+# Makefile of ivac
+
+INCLUDEDIR = /usr/include
+
+CFLAGS = -O3 -Wall
+
+OBJS = stream receive
+
+all: $(OBJS)
+
+uninstall:
+       rm $(OBJS)