File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,6 +151,11 @@ else
151151GROUP =wheel
152152endif
153153
154+
155+ # The default rule for make builds the libtomcrypt library.
156+ default : library
157+
158+
154159# List of objects to compile (all goes to libtomcrypt.a)
155160OBJECTS =src/ciphers/aes/aes.o src/ciphers/aes/aes_enc.o src/ciphers/anubis.o src/ciphers/blowfish.o \
156161src/ciphers/camellia.o src/ciphers/cast5.o src/ciphers/des.o src/ciphers/kasumi.o src/ciphers/khazad.o \
@@ -332,10 +337,6 @@ src/hashes/sha2/sha512_224.o: src/hashes/sha2/sha512.c src/hashes/sha2/sha512_22
332337src/hashes/sha2/sha512_256.o : src/hashes/sha2/sha512.c src/hashes/sha2/sha512_256.c
333338src/hashes/sha2/sha256.o : src/hashes/sha2/sha256.c src/hashes/sha2/sha224.c
334339
335-
336- # The default rule for make builds the libtomcrypt library.
337- default :library
338-
339340$(DOBJECTS ) : CFLAGS += -Itests
340341$(TOBJECTS ) : CFLAGS += -Itests
341342
You can’t perform that action at this time.
0 commit comments