aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* aux/checks/repo.sh: WIP Fix testsEuAndreh2023-04-021-1/+1
* Makefile: Unify calls to aux/dev.mkEuAndreh2023-04-021-9/+9
* Generate .en.md symlinks in aux/dev.mkEuAndreh2023-04-021-16/+4
* mv po4a.cfg po/EuAndreh2023-04-021-1/+1
* Revamp code under aux/EuAndreh2023-04-011-41/+36
* Revamp CI: simpler variant of the same functionalityEuAndreh2023-04-011-0/+2
* Release v0.3.0v0.3.0EuAndreh2023-03-221-2/+2
* Makefile: Remove rules for C filesEuAndreh2022-11-081-30/+4
* Makefile: Indent object file dependencyEuAndreh2021-09-061-1/+1
* Makefile: Generate src/config.h from src/config.h.inEuAndreh2021-09-051-12/+5
* Remove tests/install-uninstall.sh in favor of repocheck.shEuAndreh2021-09-011-1/+0
* Refactor C files, split logerr and tests-libEuAndreh2021-09-011-6/+38
* mv src/remembering-c.c src/remembering.cEuAndreh2021-09-011-7/+10
* Makefile: s/run-tests/remembering-tests/EuAndreh2021-09-011-3/+3
* Makefile: Revamp "clean" targetEuAndreh2021-09-011-3/+7
* Makefile: Refactor personal workflow targets to include new translations flowEuAndreh2021-09-011-7/+21
* Makefile: Add repocheck.sh to "dev-check" target, separate it from the canoni...EuAndreh2021-09-011-7/+15
* Makefile: Use quotes around macro namesEuAndreh2021-09-011-11/+11
* Makefile: Use chmod when generating src/remembering instead of afterwardsEuAndreh2021-09-011-1/+1
* Makefile: Use DEFS over CFLAGS for definesEuAndreh2021-06-271-2/+5
* Makefile: Remove $(LDLIBS)EuAndreh2021-06-271-1/+1
* Makefile: s/DEFS/CFLAGS/EuAndreh2021-06-271-1/+1
* tests/install-uninstall.sh: Add test for install/uninstallEuAndreh2021-06-261-0/+1
* aux/: Update, adapt Makefile accordinglyEuAndreh2021-06-261-6/+6
* Makefile, README.md: Adapt to changes in aux/EuAndreh2021-06-261-16/+35
* Makefile: Remove fallible/valgrind tests for nowEuAndreh2021-06-261-3/+1
* git grep -l '\./remembering' | xargs sed -i 's|\./remembering|./src/rememberi...EuAndreh2021-06-261-0/+1
* Makefile: Use inference rules, disable Valgrind testsEuAndreh2021-06-261-23/+8
* Makefile: Stop specifying CFLAGS, LDFLAGS and CCEuAndreh2021-06-191-4/+0
* Setup base i18n infrastructureEuAndreh2021-06-191-12/+6
* Makefile: use mkdir+cp over installEuAndreh2021-06-171-1/+2
* aux/workflow/assert-changelog.sh: UpdateEuAndreh2021-06-171-1/+1
* Makefile: Remove .PHONY targetEuAndreh2021-06-161-2/+0
* Makefile: Use pandoc over groff to generate HTML from manpagesEuAndreh2021-06-141-1/+1
* Makefile: Move $(DEFS) close to other C variablesEuAndreh2021-06-141-1/+1
* Makefile: Don't rely on gzip for "install" targetEuAndreh2021-06-131-2/+2
* Makefile: Use $(NAME) variableEuAndreh2021-06-131-2/+2
* Makefile: Add ./aux/workflow/assert-manpages.sh to "dev-check" targetEuAndreh2021-06-131-0/+1
* Makefile: Add "clean public dev-check" as dependency of the "dist" targetEuAndreh2021-06-111-1/+1
* tests/ranking.sh: Move $LANG configuration to inside of the test fileEuAndreh2021-06-081-1/+1
* tests/ranking.sh: Use LANG=C.UTF-8 for consistent sortingEuAndreh2021-06-071-1/+1
* Revert "Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)"EuAndreh2021-06-061-2/+2
* Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)EuAndreh2021-06-061-2/+2
* README.md: Add explicit "Links" and "Releases" sectionsEuAndreh2021-06-061-11/+13
* Remove assert-clang-format.shEuAndreh2021-06-061-1/+0
* mv src/remembering.in src/remembering.shEuAndreh2021-06-061-1/+1
* Revert "Makefile: Use "troff" over "groff""EuAndreh2021-03-091-1/+1
* Makefile: Use valgrind flags from fallible-checkEuAndreh2021-03-081-8/+1
* Makefile: Use "troff" over "groff"EuAndreh2021-03-081-1/+1
* Makefile: Add missing -lfallible libraryEuAndreh2021-03-071-1/+1