From 544bb24110db08c02b1ae5a830fbb7a5023a8891 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sat, 20 Mar 2021 23:56:52 -0400 Subject: 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 --- julia-c/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 julia-c/Makefile (limited to 'julia-c/Makefile') 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 -- cgit v1.2.3