diff options
author | Ian Moffett <industrial.reformer@gmail.com> | 2024-04-12 20:20:54 -0400 |
---|---|---|
committer | Ian Moffett <industrial.reformer@gmail.com> | 2024-04-12 20:20:54 -0400 |
commit | cbd974f40ecc75a8573d27e890ee34c060372416 (patch) | |
tree | 0467d50627dbb33995f2e5fe2b04e9544612ad0b /Makefile |
Initial commit
Signed-off-by: Ian Moffett <industrial.reformer@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1d0015f --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +bin/mex: src/mex.c + gcc $^ -o $@ |