aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a7c2107..8453234 100644
--- a/Makefile
+++ b/Makefile
@@ -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