diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-08-10 08:14:28 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-08-10 08:14:28 +0200 |
commit | a702df0e6b2cf5d523a8db764d6523d868eba8df (patch) | |
tree | c7f618894aabb0879ea5ba748b875c1eee8ac6b1 /lcrypt/Makefile | |
parent | 5ddf9b5b18431b7fe85bf555d9cfa7fe04aae5e1 (diff) | |
parent | 697f9e4655829013e464c9c4485c91b5a4e5f132 (diff) |
Merge branch 'master' of /pub/repo.git/Balau
Diffstat (limited to 'lcrypt/Makefile')
-rw-r--r-- | lcrypt/Makefile | 7 |
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 |