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
make_most
most.x:	most.c
	cc -o most.x most.c -lm ${MOST_XLIB} -lX11
clean:
	rm -f *.o *.x
back to top