aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move rsync to MakefileEuAndreh2021-02-091-3/+5
| | | | This deprecates defaut.nix.
* mv build-aux/ -> aux/ and scripts/EuAndreh2021-01-271-6/+6
|
* Use "make public" as the primary way of building the siteEuAndreh2021-01-251-1/+1
|
* mv build-aux/assert-todos.sh build-aux/workflow/EuAndreh2021-01-251-1/+1
|
* Inline sync-translations.shEuAndreh2021-01-231-1/+2
|
* Move tests.sh into MakefileEuAndreh2021-01-231-1/+4
|
* Add Makefile with "clean", "check" and "public" rulesEuAndreh2021-01-231-0/+17
|
* Build and publish website using Nix; remove Makefile.EuAndreh2018-12-241-79/+0
|
* Remove =all= target from Makefile.EuAndreh2018-12-221-3/+0
|
* Add script to scaffold new pastebin skeleton.EuAndreh2018-12-221-0/+5
|
* Rely on Nix semantics to not build things twice.EuAndreh2018-12-211-4/+2
| | | | | Instead of improving the current logic, we can reliably expect that Nix will produce the same output given the same input.
* Add Makefile for building and publishing website.EuAndreh2018-12-211-0/+79