From 90be20ee8644c83826a07153371cc412f6821bb7 Mon Sep 17 00:00:00 2001 From: couturie Date: Wed, 18 Jul 2018 09:55:48 +0200 Subject: [PATCH] new --- OneRoundIoT/openssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OneRoundIoT/openssl/Makefile b/OneRoundIoT/openssl/Makefile index e463ec3..d8be9ca 100644 --- a/OneRoundIoT/openssl/Makefile +++ b/OneRoundIoT/openssl/Makefile @@ -23,7 +23,7 @@ openssl_evp_gcm: $(OBJ5) $(C) -o $@ $^ $(CFLAGS) %.o: %.c - $(C) -c -o $@ $< + $(C) -c -o $@ $< $(CFLAGS) clean: -- 2.39.5