]> git.ipfire.org Git - thirdparty/curl.git/commit
Makefile.example: simplify and make it configurable
authorViktor Szakats <commit@vsz.me>
Mon, 15 Sep 2025 13:01:54 +0000 (15:01 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 16 Sep 2025 09:25:55 +0000 (11:25 +0200)
commitf6ddc1fc1e25ff8ea866f90942719af898d0ef0c
tree4f11a791de5011607bb304ecda22205fa11e5002
parenta333fd4411b95fc0c3061b2d675de9287b6123e0
Makefile.example: simplify and make it configurable

- build in a single step.

- allow overriding all variables:
  source, target, compiler, libpaths, libs, flags.

Example:
```shell
LIBS= LDFLAGS= SRC=altsvc.c make -f Makefile.example
```

Closes #18554
docs/examples/Makefile.example