Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
misspapaya
/
cpu32
forked from
scuti/cpu32
Watch
1
Star
0
Fork
0
Files
Branch:
rewrite-in-c2
Branches
Tags
master
rewrite-in-c
rewrite-in-c2
cpu32
/
riscv
/
sim
/
Makefile
Makefile
45 B
Permalink
History
Raw
1
2
3
4
OBJS = elf.o cpu.o sim.o mem.o
sim: $(OBJS)