summaryrefslogtreecommitdiff
path: root/lcrypt
diff options
context:
space:
mode:
authorNicolas Noble <pixel@nobis-crew.org>2013-08-09 14:47:25 -0700
committerNicolas Noble <pixel@nobis-crew.org>2013-08-09 14:47:25 -0700
commit1cd6b98042d14a4eeeecb8649a8674324cb2b65d (patch)
tree6f7e2bf90d36223889980d9916bcfd5e9d03078b /lcrypt
parent8a910b9c9a62cd0016fc12e986442f273ff089b6 (diff)
Removing lcrypt's Makefile.
Diffstat (limited to 'lcrypt')
-rw-r--r--lcrypt/Makefile7
1 files changed, 0 insertions, 7 deletions
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