aboutsummaryrefslogtreecommitdiffstats
path: root/demos/encrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/encrypt/Makefile')
-rw-r--r--demos/encrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/encrypt/Makefile b/demos/encrypt/Makefile
index 1735640b3f..d07dc0caed 100644
--- a/demos/encrypt/Makefile
+++ b/demos/encrypt/Makefile
@@ -12,7 +12,7 @@ all: rsa_encrypt
%.o: %.c
$(CC) $(CFLAGS) -c $<
-rsa_encrypt_ec: rsa_encrypt.o
+rsa_encrypt: rsa_encrypt.o
test: ;