Step6: add python and snake.

Now we have a programming environment and
we have a small game for amusement :).

Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>
This commit is contained in:
Chen Wang
2025-12-05 16:24:46 +08:00
committed by Chen Wang
parent 083402650e
commit 28320bba62
22 changed files with 1128 additions and 2 deletions

View File

@@ -89,5 +89,15 @@ bash:
vim:
@./package/vim/make.sh || exit 1
.PHONY: python3
python3:
@./package/libffi/make.sh || exit 1
@./package/autoconf-archive/make-host.sh || exit 1
@./package/expat/make-host.sh || exit 1
@./package/libffi/make-host.sh || exit 1
@./package/python3/make-host.sh || exit 1
@./package/python3/make.sh || exit 1
@./package/snake/make.sh || exit 1
clean:
rm -rf output/