diff options
author | mjfernez <mjfernez@gmail.com> | 2021-03-23 21:58:42 -0400 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2021-03-23 21:58:42 -0400 |
commit | 71f9dab3c297da449b13cc852db228abcdffa1d7 (patch) | |
tree | a71be1eee34a9801d1aceaa60270eb2823fd9813 /julia-c/Makefile | |
parent | 544bb24110db08c02b1ae5a830fbb7a5023a8891 (diff) | |
download | scripts-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/Makefile | 2 |
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 |