aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump to version 0.1.1HEADv0.1.1masterXavier Del Campo Romero2026-04-051-1/+1
|
* Makefile: Set SONAMEXavier Del Campo Romero2026-04-051-4/+4
| | | | Original patch by Aryan Karamtoth <spaciouscoder78@disroot.org>.
* Makefile: Fix installation location for dynstr.pcXavier Del Campo Romero2026-04-051-3/+3
| | | | Original patch by Aryam Karamtoth <spaciouscoder78@disroot.org>.
* Makefile: support user CFLAGS/LDFLAGSXavier Del Campo Romero2026-04-051-3/+8
| | | | | | | | Users should be able to append their own CFLAGS/LDFLAGS to those defined by the project by default. This is usually required by software distributions. [1] [1]: https://wiki.debian.org/HardeningWalkthrough#Handwritten_Makefiles
* Makefile: Support distclean targetXavier Del Campo Romero2026-04-051-0/+3
|
* Makefile: Set -O1v0.1.0-rc4v0.1.0Xavier Del Campo Romero2023-10-251-1/+1
|
* Makefile: Adhere to GNU Make directory variablesXavier Del Campo Romero2023-10-251-15/+17
|
* Makefile: Build dynstr also as a shared libraryXavier Del Campo Romero2023-10-251-7/+21
|
* Makefile: Update copyright yearXavier Del Campo Romero2023-10-251-1/+1
|
* Makefile: Fix wrong installation directoryXavier Del Campo Romero2023-10-161-3/+3
| | | | Libraries are meant to be placed in $PREFIX/lib, and not $PREFIX/bin.
* Install .pc fileXavier Del Campo Romero2023-10-161-1/+8
|
* Support installationv0.1.0-rc1Xavier Del Campo Romero2023-10-021-0/+9
|
* Makefile: add clean targetXavier Del Campo Romero2023-08-011-0/+3
|
* Support POSIX make(1) as build systemXavier Del Campo Romero2023-05-281-0/+25