1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

Add Makefile comments

This commit is contained in:
Dustin Laurence 2014-07-04 14:53:32 -05:00
parent 70da2c6be3
commit 6f7bb6fb6b

View File

@ -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