diff options
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 |