Skip to content

Commit ba565d9

Browse files
committed
Silence the "Nothing to be done for 'all'." message
1 parent 4f855dc commit ba565d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

support/android/openssl.makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.PHONY: all
22
all: openssl
3+
@: # No-op to silence the "make: Nothing to be done for 'all'." message.
34

45
# From http://wiki.openssl.org/index.php/Android
56
.PHONY: openssl

0 commit comments

Comments
 (0)