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

Makefile: Add aes/aestst to default goal

This commit is contained in:
Saleem Rashid 2017-08-15 11:20:26 +01:00 committed by Pavol Rusnak
parent c7be1c4694
commit e223861848

View File

@ -54,7 +54,7 @@ OBJS = $(SRCS:.c=.o)
TESTLIBS = $(shell pkg-config --libs check) -lrt -lpthread -lm
TESTSSLLIBS = -lcrypto
all: test_check test_openssl test_speed tools libtrezor-crypto.so
all: test_check test_openssl test_speed aes/aestst tools libtrezor-crypto.so
%.o: %.c %.h options.h
$(CC) $(CFLAGS) -o $@ -c $<