diff --git a/Makefile b/Makefile index 4f58369..9a8db66 100644 --- a/Makefile +++ b/Makefile @@ -11,21 +11,24 @@ c2d.h: c2d.h.0 asm/loader.s makeheader ./makeheader bin/c2d: c2d.c c2d.h - gcc -Wall -Wno-missing-braces -I. -O3 -o bin/c2d c2d.c -lm + gcc -Wall -Wno-missing-braces -I. -O3 -o $@ $< -lm bin/c2d.exe: c2d.c c2d.h - $(WIN32GCC) -Wall -Wno-missing-braces -I. -O3 -o bin/c2d.exe c2d.c + $(WIN32GCC) -Wall -Wno-missing-braces -I. -O3 -o $@ $< bin/text2page: text2page.c - gcc -Wall -O3 -o bin/text2page text2page.c -lm + gcc -Wall -O3 -o $@ $< -lm bin/text2page.exe: text2page.c - $(WIN32GCC) -Wall -O3 -o bin/text2page.exe text2page.c + $(WIN32GCC) -Wall -O3 -o $@ $< clean: rm -f bin/* *.dsk c2d.h c2d.h.1 (cd asm; make clean) -test: gameserverclient dist +gameserverclient.text: + figlet -c -w 40 -f slant "Game Server Client Online" >$@ + +test: gameserverclient gameserverclient.text dist ./test.sh diff --git a/bin/c2d.exe b/bin/c2d.exe index 75400bb..619fc5a 100755 Binary files a/bin/c2d.exe and b/bin/c2d.exe differ diff --git a/bin/text2page.exe b/bin/text2page.exe index 78dc6b3..b74c2c9 100755 Binary files a/bin/text2page.exe and b/bin/text2page.exe differ diff --git a/gameserverclient.text b/gameserverclient.text index fd2707a..f6bc8cd 100644 --- a/gameserverclient.text +++ b/gameserverclient.text @@ -1,22 +1,24 @@ - - - ____ _____ _____ ___ ___ - / __ `/ __ `/ __ `__ \/ _ \ - / /_/ / /_/ / / / / / / __/ - \__, /\__,_/_/ /_/ /_/\___/ - /____/ + ______ + / ____/___ _____ ___ ___ + / / __/ __ `/ __ `__ \/ _ \ + / /_/ / /_/ / / / / / / __/ + \____/\__,_/_/ /_/ /_/\___/ - ________ ______ _____ _____ - / ___/ _ \/ ___/ | / / _ \/ ___/ - (__ ) __/ / | |/ / __/ / + _____ + / ___/___ ______ _____ _____ + \__ \/ _ \/ ___/ | / / _ \/ ___/ + ___/ / __/ / | |/ / __/ / /____/\___/_/ |___/\___/_/ + + _________ __ + / ____/ (_)__ ____ / /_ + / / / / / _ \/ __ \/ __/ + / /___/ / / __/ / / / /_ + \____/_/_/\___/_/ /_/\__/ + + ____ ___ + / __ \____ / (_)___ ___ + / / / / __ \/ / / __ \/ _ \ + / /_/ / / / / / / / / / __/ + \____/_/ /_/_/_/_/ /_/\___/ - ___ __ - _____/ (_)__ ____ / /_ - / ___/ / / _ \/ __ \/ __/ - / /__/ / / __/ / / / /_ - \___/_/_/\___/_/ /_/\__/ - - - - LOADING... diff --git a/gameserverclient.textpage b/gameserverclient.textpage index f5e84f3..51ddae6 100644 Binary files a/gameserverclient.textpage and b/gameserverclient.textpage differ diff --git a/test.sh b/test.sh index 70450be..d151374 100755 --- a/test.sh +++ b/test.sh @@ -37,7 +37,7 @@ else exit 1 fi -SUM=d12ba3c2db1cd3de352f182e0530940d +SUM=aaed7ee47fde72a69435d146f01301f4 rm -f ${BIN}.dsk echo