aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* aux/workflow/installcheck.sh: Remove in favor of repocheck.shEuAndreh2021-08-191-8/+1
| | | | | Adjust Makefile accordingly, alre removing "installcheck" and "uninstallcheck" targets.
* Makefile: rm src/tar.t in "clean" targetEuAndreh2021-08-171-1/+1
|
* Makefile: Use CFLAGS_FINAL and LDLIBS_FINALEuAndreh2021-08-171-6/+4
| | | | | | | | This allows the caller to not only provide $(CFLAGS), but also override $(FINAL_CFLAGS). This accomplishes a similar behaviour to "CFLAGS += ...", but now allowing the caller to discard the appended flags too.
* Makefile: Fix $(MANPREFIX) pathEuAndreh2021-08-171-1/+1
|
* Add stub src/tar.cEuAndreh2021-08-071-1/+2
|
* mv aux/assert-catgets.sh tests/assert-catgets.shEuAndreh2021-08-061-1/+1
|
* mv aux/workflow/manpages.sh doc/manpages.shEuAndreh2021-08-061-3/+3
|
* tests/: Add integration tests, also test with ValgrindEuAndreh2021-08-051-12/+3
|
* Move tests/resources{ => /repositories}/repo*EuAndreh2021-08-051-5/+6
|
* Makefile: Add "c-dev-check" target with ValgrindEuAndreh2021-08-051-1/+12
|
* Use .git symlink to simplify testing of embedded repositoriesEuAndreh2021-08-051-1/+6
|
* aux/assert-catgets.sh: Add, include in "check" target on Makefile; update ↵EuAndreh2021-08-021-0/+1
| | | | gistatic.msg
* Makefile: Add -lgit2 flagEuAndreh2021-07-311-4/+6
|
* Re-setup repository using C over RustEuAndreh2021-07-271-35/+78
|
* Makefile: Stop using gzipEuAndreh2021-06-121-1/+1
|
* Makefile: Use $(NAME)EuAndreh2021-06-041-7/+7
|
* Update Makefile for RustEuAndreh2021-05-311-21/+12
|
* Add Perl::Critic and B::LintEuAndreh2021-03-081-0/+2
|
* mv doc/gistatic-templates.pod.5 doc/gistatic-template.pod.5; link to it in ↵EuAndreh2021-03-081-1/+1
| | | | README.md
* Makefile: Clean pod2htmld.tmp file on "clean" targetEuAndreh2021-03-081-1/+1
|
* Adapt Makefile for Perl project, add placeholder filesEuAndreh2021-03-081-62/+23
|
* Add empty tests/cli-opts.shEuAndreh2021-03-061-2/+3
|
* Add base project skeleton filesEuAndreh2021-03-061-0/+96