]> AND Private Git Repository - Cipher_code.git/blobdiff - OneRoundIoT/openssl/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[Cipher_code.git] / OneRoundIoT / openssl / Makefile
index d123b571c80116ba8f519e198e3f7b3469cbaacb..c3cf5b7e653839785c6aa2078f8ead39a7c2dba8 100644 (file)
@@ -6,7 +6,6 @@ OBJ =    pixmap_io.o openssl_evp.o
 openssl_evp: $(OBJ)
        $(C) -o $@ $^ $(CFLAGS)
 
 openssl_evp: $(OBJ)
        $(C) -o $@ $^ $(CFLAGS)
 
-
 %.o: %.c 
        $(C) -c -o $@ $< 
 
 %.o: %.c 
        $(C) -c -o $@ $<