msim stub
This commit is contained in:
parent
49af3bfc62
commit
798890c1f5
2 changed files with 12 additions and 0 deletions
7
msim/Makefile
Normal file
7
msim/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
include ../config.mk
|
||||||
|
|
||||||
|
SRC=.
|
||||||
|
BIN=../bin/msim
|
||||||
|
OUT=msim
|
||||||
|
|
||||||
|
include ../makefile.mk
|
5
msim/main.c
Normal file
5
msim/main.c
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
int main(void) {
|
||||||
|
// NOT YET IMPLEMENTED
|
||||||
|
return 1;
|
||||||
|
}
|
Loading…
Reference in a new issue