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