-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
18 lines (17 loc) · 828 Bytes
/
Makefile
File metadata and controls
18 lines (17 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
run:
#RUSTFLAGS="-Awarnings" cargo run playground/players_src/pierino_add.cor #_ind_ind.cor
RUSTFLAGS="-Awarnings" cargo run playground/players_src/live.cor #_ind_ind.cor
# cargo run playground/players_src/crab.cor
# cargo run playground/players_src/pierino_add.cor
# zjmp:
# RUSTFLAGS="-Awarnings" cargo run playground/players_src/pierino_test.cor
ldi:
RUSTFLAGS="-Awarnings" cargo run playground/players_src/pierino_ldi_dir_dir.cor
sti:
RUSTFLAGS="-Awarnings" cargo run playground/players_src/pierino_sti_reg_dir_dir.cor
fork:
RUSTFLAGS="-Awarnings" cargo run playground/players_src/pierino_fork.cor
python:
python3 ./playground/reader.py ./playground/players_src/crab.cor
# python3 ./playground/reader.py ./playground/players_src/crab.cor
# python3 ./playground/reader.py ./playground/players_src/pierino_add.cor