summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
new file mode 100644
index 00000000..366e84e6
--- /dev/null
+++ b/src/Makefile
@@ -0,0 +1,10 @@
+CFLAGS=-Wall -pipe -ansi -D_GNU_SOURCE
+
+all: idxset.o queue.o strbuf.o mainloop.o iochannel.o packet.o \
+ memblock.o sample.o socket-server.o memblockq.o client.o \
+ core.o main.o outputstream.o inputstream.o source.o sink.o \
+ pstream.o protocol-simple.o protocol-simple-tcp.o sink-pipe.o \
+ module.o
+
+clean:
+ rm -f *.o