From d536844f1ce16b4930b40a02089a11f3d9589678 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 4 Mar 2024 22:51:13 +0300 Subject: [PATCH] pbt: add banner --- mka/apply-config.mk | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/mka/apply-config.mk b/mka/apply-config.mk index 64c53d2..0628e7c 100644 --- a/mka/apply-config.mk +++ b/mka/apply-config.mk @@ -1,5 +1,15 @@ # By YZBruh +# _ _ +# | | | | +# _ __ | |__ | |_ +# | '_ \ | '_ \ | __| +# | |_) || |_) || |_ +# | .__/ |_.__/ \__| +# | | +# |_| +# + # Copyright 2024 YZBruh - Partition Backupper # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -26,4 +36,4 @@ endif # gcc flag settings CFLAGS := -O3 -g -Wno-unused-parameter -Wall -Wextra -static $(EXTRA_GCC_FLAGS) -# end of code \ No newline at end of file +# end of code