https://github.com/alphaparrot/ExoPlaSim
Raw File
Tip revision: c4366f3657ca1c17f0da500b7940eb8f77043d20 authored by Adiv Paradise on 15 September 2020, 18:52:09 UTC
Added tunings to better-capture extant storms and avoid generating too much output
Tip revision: c4366f3
makedebug
most.x:	most.c
	gfortran -o most.x -g most.c -lm -L/usr/X11R6/lib -lX11
clean:
	rm -f *.o *.x
back to top