提交 bdd58bd2 编写于 作者: P Paulo Flabiano Smorigo 提交者: Pauli

demos/evp: add make clean

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

CLA: trivial
Reviewed-by: NRichard Levitte <levitte@openssl.org>
Reviewed-by: NPaul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7072)
上级 fc196a5e
...@@ -11,10 +11,13 @@ ...@@ -11,10 +11,13 @@
CFLAGS = $(OPENSSL_INCS_LOCATION) CFLAGS = $(OPENSSL_INCS_LOCATION)
LDFLAGS = $(OPENSSL_LIBS_LOCATION) -lssl -lcrypto LDFLAGS = $(OPENSSL_LIBS_LOCATION) -lssl -lcrypto
all: aesccm aesgcm all: aesccm aesgcm
aesccm: aesccm.o aesccm: aesccm.o
aesgcm: aesgcm.o aesgcm: aesgcm.o
aesccm aesgcm: aesccm aesgcm:
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
clean:
$(RM) aesccm aesgcm *.o
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册