From 71f9dab3c297da449b13cc852db228abcdffa1d7 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Tue, 23 Mar 2021 21:58:42 -0400 Subject: Added UNLICENSE to specify code is public domain Could you patent the Sun? --- julia-c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'julia-c/Makefile') 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 -- cgit v1.2.3