diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-22 23:41:05 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-22 23:41:05 -0400 |
commit | 798890c1f563f5ef9c55ff1a665a42198cb4e6cd (patch) | |
tree | 1457461b50f114e3383afb36ef2ec1c38213748f /msim/Makefile | |
parent | multitude of mld fixes, add entrypoint (diff) | |
download | mips-798890c1f563f5ef9c55ff1a665a42198cb4e6cd.tar.gz mips-798890c1f563f5ef9c55ff1a665a42198cb4e6cd.tar.bz2 mips-798890c1f563f5ef9c55ff1a665a42198cb4e6cd.zip |
msim stub
Diffstat (limited to 'msim/Makefile')
-rw-r--r-- | msim/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/msim/Makefile b/msim/Makefile new file mode 100644 index 0000000..578884a --- /dev/null +++ b/msim/Makefile @@ -0,0 +1,7 @@ +include ../config.mk + +SRC=. +BIN=../bin/msim +OUT=msim + +include ../makefile.mk |