aboutsummaryrefslogtreecommitdiffstats
path: root/julia-c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'julia-c/Makefile')
-rw-r--r--julia-c/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/julia-c/Makefile b/julia-c/Makefile
new file mode 100644
index 0000000..befb138
--- /dev/null
+++ b/julia-c/Makefile
@@ -0,0 +1,4 @@
+julia:
+ gcc julia.c -lm -Lstb/ -o julia
+clean:
+ rm -f julia