sim: initial top-level framework

This commit is contained in:
Mikael Pettersson
2020-06-09 21:55:39 +02:00
parent 438cef200e
commit 5e0b8e7742
4 changed files with 188 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ REBAR3=$(shell type -p rebar3 || echo ./rebar3)
REBAR3_GIT=https://github.com/erlang/rebar3.git
REBAR3_VSN=3.7.5
PROGRAMS=8to9 ar as ld nm od readelf
PROGRAMS=8to9 ar as ld nm od readelf sim
default: compile link