Skip to content

Commit 0e5fca4

Browse files
Merge pull request #17 from authxt/main
fix ascii art on make file
2 parents 7b15f7b + bcfaed6 commit 0e5fca4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ all: banner $(TARGET)
1818

1919
banner:
2020
@echo " "
21-
@echo " ███╗ ██╗ █████╗ ████████╗███████╗ █████╗ ██╗ ██╗ "
22-
@echo " ████╗ ██║██╔══██╗╚══██╔══╝██╔════╝██╔══██╗ ██║ ██║ "
23-
@echo " ██╔██╗██║██║ ██║ ██║ █████╗ ██║ ╚═╝ ██║ ██║ "
24-
@echo " ██║╚████║██║ ██║ ██║ ██╔══╝ ██║ ██╗ ██║ ██║ "
25-
@echo " ██║ ╚███║╚█████╔╝ ██║ ███████╗╚█████╔╝ ███████╗██║ "
26-
@echo " ╚═╝ ╚══╝ ╚════╝ ╚═╝ ╚══════╝ ╚════╝ ╚══════╝╚═╝ "
21+
@echo " ███╗ ██╗ █████╗ ████████╗███████╗ █████╗ ██╗ ██╗ "
22+
@echo " ████╗ ██║██╔══██╗╚══██╔══╝██╔════╝ ██╔══██╗██║ ██║ "
23+
@echo " ██╔██╗██║██║ ██║ ██║ █████╗ ██║ ╚═╝██║ ██║ "
24+
@echo " ██║╚████║██║ ██║ ██║ ██╔══╝ ██║ ██╗██║ ██║ "
25+
@echo " ██║ ╚███║╚█████╔╝ ██║ ███████╗ ╚█████╔╝███████╗██║ "
26+
@echo " ╚═╝ ╚══╝ ╚════╝ ╚═╝ ╚══════╝ ╚════╝ ╚══════╝╚═╝ "
2727
@echo "
2828

2929
$(TARGET): $(OBJS)

0 commit comments

Comments
 (0)