diff options
author | mjfernez <mjfernez@gmail.com> | 2021-03-20 23:56:52 -0400 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2021-03-20 23:56:52 -0400 |
commit | 544bb24110db08c02b1ae5a830fbb7a5023a8891 (patch) | |
tree | cca7ee38262bacfae3bc28329b5ecb7f16a23d15 /julia-c/Makefile | |
parent | 59b99324bdfcccaa06931aaae06ba030bee49af5 (diff) | |
download | scripts-n-tools-544bb24110db08c02b1ae5a830fbb7a5023a8891.tar.gz |
Add julia-c and revoke license requirements for fhash
Further addtion to this commit is the clarification that all code
is public domain with no license requirements, somewhat ironically
described in the LICENSE.md
Diffstat (limited to 'julia-c/Makefile')
-rw-r--r-- | julia-c/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/julia-c/Makefile b/julia-c/Makefile new file mode 100644 index 0000000..15d804e --- /dev/null +++ b/julia-c/Makefile @@ -0,0 +1,4 @@ +julia: + gcc julia.c -lm -L. -o julia +clean: + rm -f julia |