Add Makefile comments

pull/25/head
Dustin Laurence 10 years ago
parent 70da2c6be3
commit 6f7bb6fb6b

@ -8,9 +8,11 @@ OBJS += ripemd160.o
OBJS += sha2.o
OBJS += aescrypt.o aeskey.o aestab.o aes_modes.o
# Required libraries for Linux
TESTLIBS = -lcheck -lrt -lpthread -lm
TESTSSLLIBS = -lcrypto
all: tests test-openssl
%.o: %.c %.h

Loading…
Cancel
Save