summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 74895e89cc61784da92f56cac3937e96db1d0b6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: all
all: lab1upg2.out lab1upg3.out lab1ucode.out

lab1upg2.out: lab1asm.py lab1upg2.in
	python3.10 lab1asm.py < lab1upg2.in > lab1upg2.out

lab1upg3.out: lab1asm.py lab1upg3.in
	python3.10 lab1asm.py < lab1upg3.in > lab1upg3.out

lab1ucode.out: lab1ucode.py lab1ucode.in
	python3.10 lab1ucode.py < lab1ucode.in > lab1ucode.out