summaryrefslogtreecommitdiff
path: root/ext/libressl/crypto/aead/Makefile
blob: 6bf1ccfd925ee235de60b69c15d3772c76060f1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include ../../ssl_common.mk

obj = e_chacha20poly1305.o


all: $(obj)
dep: all

%.o: %.c
	$(CC) $(CFLAGS) -c $<

clean:
	rm -f *.o *.a