aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Moffett <industrial.reformer@gmail.com>2024-04-12 20:20:54 -0400
committerIan Moffett <industrial.reformer@gmail.com>2024-04-12 20:20:54 -0400
commitcbd974f40ecc75a8573d27e890ee34c060372416 (patch)
tree0467d50627dbb33995f2e5fe2b04e9544612ad0b /Makefile
Initial commit
Signed-off-by: Ian Moffett <industrial.reformer@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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 $@