index
:
scripts-n-tools.git
master
scripts for hashing passwords, making fractals, and other things
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
julia-c
/
Makefile
blob: 15d804eb436494507f62cbb0ec595bdada75ca98 (
plain
)
1
2
3
4
julia: gcc julia.c -lm -L. -o julia clean: rm -f julia