aboutsummaryrefslogtreecommitdiffstats
path: root/julia-c/Makefile
diff options
context:
space:
mode:
authormjfernez <mjfernez@gmail.com>2021-03-23 21:58:42 -0400
committermjfernez <mjfernez@gmail.com>2021-03-23 21:58:42 -0400
commit71f9dab3c297da449b13cc852db228abcdffa1d7 (patch)
treea71be1eee34a9801d1aceaa60270eb2823fd9813 /julia-c/Makefile
parent544bb24110db08c02b1ae5a830fbb7a5023a8891 (diff)
downloadscripts-n-tools-71f9dab3c297da449b13cc852db228abcdffa1d7.tar.gz
Added UNLICENSE to specify code is public domain
Could you patent the Sun?
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