summaryrefslogtreecommitdiff
path: root/deps.mk (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-07Makefile: Assume $(sources) have no subdirectoryEuAndreh1-13/+10
2024-02-07tools/manpages.sh: Stop puttings manpages in directories without language nameEuAndreh1-5/+1
2024-01-08Makefile: Install missing headers under "pindaiba/" directoryEuAndreh1-3/+7
2024-01-07src/hash.{c,h}: Remove into dedicated projectEuAndreh3-398/+0
2024-01-07Makefile: Remove $(MAKEFILE) variableEuAndreh1-2/+1
2024-01-05Makefile: Better placement of the "src/catalog.bin-check" target dependencyEuAndreh1-3/+1
2024-01-05deps.mk: Remove all .lo filesEuAndreh2-14/+16
2024-01-04mkdeps.sh: Use "git ls-files" over "find src/*.c"EuAndreh1-1/+1
2024-01-04Makefile: align end of linesEuAndreh1-20/+20
2024-01-02Makefile: Add support for LLVM fuzzerEuAndreh4-3/+40
2024-01-02Makefile: Move manpages and catalog discovery to mkdeps.shEuAndreh3-6/+10
2024-01-02Makefile: Add missing -lsiphash dependencyEuAndreh1-1/+1
2024-01-02Makefile: Replace $(TRANSLATIONS) with $(LANGUAGES)EuAndreh1-3/+3
2024-01-02Makefile: Don't build shared libraries anymoreEuAndreh2-30/+10
2024-01-02tools/cdeps.sh: Replace with call to ldev(1)EuAndreh2-235/+1
2024-01-02src/*.c: Group tests under a single #ifdef; remove SipHash codeEuAndreh5-475/+194