aboutsummaryrefslogtreecommitdiffstats
path: root/julia-c/Makefile
blob: 15d804eb436494507f62cbb0ec595bdada75ca98 (plain)
1
2
3
4
julia:
	gcc julia.c -lm -L. -o julia 
clean:
	rm -f julia