X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/ca940d4b9b6ef86858b8c2e8dcffce5602cbbbae..137f8adedb33df733dd981cb3d4b68bc6d1c9b33:/OneRoundIoT/openssl/Makefile diff --git a/OneRoundIoT/openssl/Makefile b/OneRoundIoT/openssl/Makefile index d123b57..c3cf5b7 100644 --- a/OneRoundIoT/openssl/Makefile +++ b/OneRoundIoT/openssl/Makefile @@ -6,7 +6,6 @@ OBJ = pixmap_io.o openssl_evp.o openssl_evp: $(OBJ) $(C) -o $@ $^ $(CFLAGS) - %.o: %.c $(C) -c -o $@ $<