Commit bdd58bd2 authored by Paulo Flabiano Smorigo's avatar Paulo Flabiano Smorigo Committed by Pauli
Browse files

demos/evp: add make clean



Add make clean for evp demos and remove whitespace from a line.

CLA: trivial

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
Reviewed-by: default avatarPaul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7072)
parent fc196a5e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -18,3 +18,6 @@ aesgcm: aesgcm.o

aesccm aesgcm:
	$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)

clean:
	$(RM) aesccm aesgcm *.o