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

obj = chacha.o


all: $(obj)
dep: all

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

clean:
	rm -f *.o *.a