From 1425f72c38fe23a9d3fcda583a7da1e7315acfc3 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 17 Jan 2018 18:42:47 +0100 Subject: build system improved --- code/ecp/crypto/chacha/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'code/ecp/crypto/chacha') diff --git a/code/ecp/crypto/chacha/Makefile b/code/ecp/crypto/chacha/Makefile index e64aac3..1bafa7f 100644 --- a/code/ecp/crypto/chacha/Makefile +++ b/code/ecp/crypto/chacha/Makefile @@ -4,14 +4,11 @@ CFLAGS=$(CFLAGS_PL) $(PIC) -I../include -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_D obj = chacha.o -all: libchacha.a +all: $(obj) dep: all %.o: %.c $(CC) $(CFLAGS) -c $< -libchacha.a: $(obj) - $(AR) rcs $@ $(obj) - clean: rm -f *.o *.a -- cgit v1.2.3