Makefile.example: bump default example from FTP to HTTPS

To have a chance to work out of the box, securely. (assuming a TLS
backend with CA certs setup.)

Closes #19160
This commit is contained in:
Viktor Szakats 2025-10-20 12:57:51 +02:00
parent 1876ed6296
commit 97dd1da8d0
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -22,7 +22,7 @@
#
###########################################################################
SRC ?= ftpget.c
SRC ?= https.c
# What to call the final executable
TARGET ?= example