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:
10
Makefile
10
Makefile
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user