diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2023-10-14 20:47:59 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2023-10-14 20:49:51 -0600 |
commit | 09f9bf827be794ccb999728775c0417b82317b27 (patch) | |
tree | ec0f871b21c20eba88f1dd932d0781ec93e6b108 /Makefile | |
parent | ea66ec9d715288f3709b23e4e230fd25d030601f (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,10 @@ +# Copyright (c) 2017, 2023 Luke Shumaker <lukeshu@lukeshu.com> +# +# This work is free. You can redistribute it and/or modify it under +# the terms of the Do What The Fuck You Want To Public License, +# Version 2, as published by Sam Hocevar. See the COPYING file for +# more details. + SHELL=bash -o pipefail PATH:=$(CURDIR)/bin:$(PATH) export PATH @@ -21,6 +28,9 @@ all: $(MAKE) dat/git .PHONY: all +COPYING: + curl -L http://www.wtfpl.net/txt/copying/ >$@ + # Stage 1 ###################################################################### # # Fetch a listing of all relevant URLs. |