add .gitignore
[swift-upb.git] / Makefile
1 CPPFLAGS=-O2 -I.
2
3 all: swift
4
5 swift: swift.o sha1.o compat.o sendrecv.o send_control.o hashtree.o bin64.o bins.o channel.o datagram.o transfer.o httpgw.o
6         g++ -I. *.o -o swift
7