Add a cool ass logo :)

This commit is contained in:
2026-07-02 02:25:06 -04:00
parent dfafc08fde
commit 15f12be7e4
2 changed files with 14 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
███████████ █████ █████ ███ █████ ██████ ██████
▒▒███▒▒▒▒▒███ ▒▒███ ▒▒███ ▒███ ▒▒███ ▒▒██████ ██████
▒███ ▒███ ██████ ██████ ██████ ▒███████ ▒███ ▒███ ▒███ ▒███▒█████▒███
▒██████████ ███▒▒███ ▒▒▒▒▒███ ███▒▒███ ▒███▒▒███ ▒███ ▒███ ▒███ ▒███▒▒███ ▒███
▒███▒▒▒▒▒▒ ▒███████ ███████ ▒███ ▒▒▒ ▒███ ▒███ ▒▒███ █████ ███ ▒███ ▒▒▒ ▒███
▒███ ▒███▒▒▒ ███▒▒███ ▒███ ███ ▒███ ▒███ ▒▒▒█████▒█████▒ ▒███ ▒███
█████ ▒▒██████ ▒▒████████▒▒██████ ████ █████ ▒▒███ ▒▒███ █████ █████
▒▒▒▒▒ ▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒ ▒▒▒▒ ▒▒▒▒▒ ▒▒▒ ▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒
+3
View File
@@ -7,6 +7,9 @@ VERSION = `git describe --tags --dirty 2>/dev/null || echo 0.2`
PREFIX = /usr/local PREFIX = /usr/local
PKG_CONFIG = pkg-config PKG_CONFIG = pkg-config
# Print logo on every make invocation
$(info $(file < LOGO))
# Auto-detect compiler: TCC > Clang > GCC (only if CC not set) # Auto-detect compiler: TCC > Clang > GCC (only if CC not set)
ifeq ($(origin CC),default) ifeq ($(origin CC),default)
ifeq ($(shell which tcc 2>/dev/null),) ifeq ($(shell which tcc 2>/dev/null),)