This commit is contained in:
Egan Ford 2017-04-08 21:44:36 -06:00
parent aabdda097a
commit 8938ce1ef5
6 changed files with 30 additions and 25 deletions

View File

@ -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

Binary file not shown.

Binary file not shown.

View File

@ -1,22 +1,24 @@
____ _____ _____ ___ ___
/ __ `/ __ `/ __ `__ \/ _ \
/ /_/ / /_/ / / / / / / __/
\__, /\__,_/_/ /_/ /_/\___/
/____/
______
/ ____/___ _____ ___ ___
/ / __/ __ `/ __ `__ \/ _ \
/ /_/ / /_/ / / / / / / __/
\____/\__,_/_/ /_/ /_/\___/
________ ______ _____ _____
/ ___/ _ \/ ___/ | / / _ \/ ___/
(__ ) __/ / | |/ / __/ /
_____
/ ___/___ ______ _____ _____
\__ \/ _ \/ ___/ | / / _ \/ ___/
___/ / __/ / | |/ / __/ /
/____/\___/_/ |___/\___/_/
_________ __
/ ____/ (_)__ ____ / /_
/ / / / / _ \/ __ \/ __/
/ /___/ / / __/ / / / /_
\____/_/_/\___/_/ /_/\__/
____ ___
/ __ \____ / (_)___ ___
/ / / / __ \/ / / __ \/ _ \
/ /_/ / / / / / / / / / __/
\____/_/ /_/_/_/_/ /_/\___/
___ __
_____/ (_)__ ____ / /_
/ ___/ / / _ \/ __ \/ __/
/ /__/ / / __/ / / / /_
\___/_/_/\___/_/ /_/\__/
LOADING...

Binary file not shown.

View File

@ -37,7 +37,7 @@ else
exit 1
fi
SUM=d12ba3c2db1cd3de352f182e0530940d
SUM=aaed7ee47fde72a69435d146f01301f4
rm -f ${BIN}.dsk
echo