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
+3
View File
@@ -7,6 +7,9 @@ VERSION = `git describe --tags --dirty 2>/dev/null || echo 0.2`
PREFIX = /usr/local
PKG_CONFIG = pkg-config
# Print logo on every make invocation
$(info $(file < LOGO))
# Auto-detect compiler: TCC > Clang > GCC (only if CC not set)
ifeq ($(origin CC),default)
ifeq ($(shell which tcc 2>/dev/null),)