From 5cd610a07468137066ea4daa5176c3e7045113b0 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 5 Aug 2020 03:38:22 +0200 Subject: ecp moved to root; fixed utils and tests --- ecp/src/crypto/arc4random/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 ecp/src/crypto/arc4random/Makefile (limited to 'ecp/src/crypto/arc4random/Makefile') diff --git a/ecp/src/crypto/arc4random/Makefile b/ecp/src/crypto/arc4random/Makefile new file mode 100755 index 0000000..387bca1 --- /dev/null +++ b/ecp/src/crypto/arc4random/Makefile @@ -0,0 +1,14 @@ +include ../../Makefile.platform +CFLAGS += $(PIC) + +obj = arc4random.o + + +all: $(obj) +dep: all + +%.o: %.c + $(CC) $(CFLAGS) -c $< + +clean: + rm -f *.o *.a -- cgit v1.2.3