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