From e2238618485a0ee5d1f4b6243518cf6b93593320 Mon Sep 17 00:00:00 2001 From: Saleem Rashid Date: Tue, 15 Aug 2017 11:20:26 +0100 Subject: [PATCH] Makefile: Add aes/aestst to default goal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8cb10eb69c..4149da37ac 100644 --- a/Makefile +++ b/Makefile @@ -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 $<