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

obj = poly1305.o


all: $(obj)
dep: all

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

clean:
	rm -f *.o *.a