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

obj = arc4random.o explicit_bzero.o timingsafe_bcmp.o timingsafe_memcmp.o


all: $(obj)
dep: all

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

clean:
	rm -f *.o *.a