summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
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