summaryrefslogtreecommitdiffstats
path: root/demos/mac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/mac/Makefile')
-rw-r--r--demos/mac/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/mac/Makefile b/demos/mac/Makefile
index 86fb323291..500efd4127 100644
--- a/demos/mac/Makefile
+++ b/demos/mac/Makefile
@@ -14,10 +14,11 @@ LDFLAGS = $(OPENSSL_LIBS_LOCATION) -lssl -lcrypto
all: gmac poly1305
gmac: gmac.o
+hmac-sha512: hmac-sha512.o
poly1305: poly1305.o
-gmac poly1305:
+gmac hmac-sha512 poly1305:
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
clean:
- $(RM) gmac poly1305 *.o
+ $(RM) gmac hmac-sha512 poly1305 *.o