diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-08 00:25:48 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-08 00:25:48 +0500 |
commit | 7e45fc88faf29cef71279348dc56e2b22fa3d85f (patch) | |
tree | d1da771dc9d51ad97c38bbfe97141c2eb4947e1c /Makefile | |
parent | v2.4.0 (diff) | |
download | cgitize-7e45fc88faf29cef71279348dc56e2b22fa3d85f.tar.gz cgitize-7e45fc88faf29cef71279348dc56e2b22fa3d85f.zip |
Makefile: remove the stupid header
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,6 +1,3 @@ -# Various one-liners which I'm too lazy to remember. -# Basically a collection of really small shell scripts. - MAKEFLAGS += --no-builtin-rules --no-builtin-variables --warn-undefined-variables unexport MAKEFLAGS .DEFAULT_GOAL := all |