diff options
| author | Anser <rostgans@tutamail.com> | 2026-07-27 21:54:56 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-07-31 14:27:50 +0200 |
| commit | b8969bf91a034fe848f77c6e670a5a158438ea6e (patch) | |
| tree | be6ed77056a7d89557cb78d8d62873f82a9b8d5a /Makefile | |
| parent | 5854ba44fe9b3291b35d7e01e4de4ac5164a5da0 (diff) | |
added license info in some files
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +# cfetch is my try to implement a neofetch/fastfetch/commiefetch clone in C. +# Copyright (C) 2026 Anser <https://codeberg.org/Anser/cfetch> +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# + CC = gcc CFLAGS = -Wall -Wextra -Werror PREFIX ?= /usr/local |
