From 1cd6b98042d14a4eeeecb8649a8674324cb2b65d Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Fri, 9 Aug 2013 14:47:25 -0700 Subject: Removing lcrypt's Makefile. --- lcrypt/Makefile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 lcrypt/Makefile (limited to 'lcrypt') diff --git a/lcrypt/Makefile b/lcrypt/Makefile deleted file mode 100644 index 0347ee8..0000000 --- a/lcrypt/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -CFLAGS += -O3 -Wall -DLITTLE_ENDIAN -DLTM_DESC -DLTC_SOURCE -DUSE_LTM -fPIC -I$(TOMCRYPT)/src/headers -I$(LUA)/src -I../src - -lcrypt.o: lcrypt.c lcrypt_ciphers.c lcrypt_hashes.c lcrypt_math.c lcrypt_bits.c lcrypt_rsa.c - $(CC) $(CFLAGS) -c lcrypt.c -o $@ - -clean: - rm -f lcrypt.o lcrypt.so -- cgit v1.2.3