summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-17Makefile: Add serve targetEuAndreh1-1/+4
2021-02-09Move rsync to MakefileEuAndreh1-3/+5
This deprecates defaut.nix.
2021-01-27mv build-aux/ -> aux/ and scripts/EuAndreh1-6/+6
2021-01-25Use "make public" as the primary way of building the siteEuAndreh1-1/+1
2021-01-25mv build-aux/assert-todos.sh build-aux/workflow/EuAndreh1-1/+1
2021-01-23Inline sync-translations.shEuAndreh1-1/+2
2021-01-23Move tests.sh into MakefileEuAndreh1-1/+4
2021-01-23Add Makefile with "clean", "check" and "public" rulesEuAndreh1-0/+17
2018-12-24Build and publish website using Nix; remove Makefile.EuAndreh1-79/+0
2018-12-22Remove =all= target from Makefile.EuAndreh1-3/+0
2018-12-22Add script to scaffold new pastebin skeleton.EuAndreh1-0/+5
2018-12-21Rely on Nix semantics to not build things twice.EuAndreh1-4/+2
Instead of improving the current logic, we can reliably expect that Nix will produce the same output given the same input.
2018-12-21Add Makefile for building and publishing website.EuAndreh1-0/+79