https://github.com/alphaparrot/ExoPlaSim
Raw File
Tip revision: e534acdd7b5ff5827c1c942f95ed5384de296304 authored by Adiv Paradise on 03 March 2019, 20:18:20 UTC
Added switch for 20-layer Rayleigh drag at top of atmosphere
Tip revision: e534acd
make_most
most.x:	most.c
	cc -o most.x most.c -lm ${MOST_XLIB} -lX11
clean:
	rm -f *.o *.x
back to top