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/compat/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'code/ecp/crypto/compat') diff --git a/code/ecp/crypto/compat/Makefile b/code/ecp/crypto/compat/Makefile index 9e96d9e..fc32fe7 100644 --- a/code/ecp/crypto/compat/Makefile +++ b/code/ecp/crypto/compat/Makefile @@ -5,14 +5,11 @@ getentropy = getentropy_osx obj = explicit_bzero.o timingsafe_memcmp.o timingsafe_bcmp.o # arc4random.o arc4random_uniform.o $(getentropy).o -all: libcompat.a +all: $(obj) dep: all %.o: %.c $(CC) $(CFLAGS) -c $< -libcompat.a: $(obj) - $(AR) rcs $@ $(obj) - clean: rm -f *.o *.a -- cgit v1.2.3