https://github.com/alphaparrot/ExoPlaSim
Revision 5a37be1a58b3200355619edaeed3ab08d0d17a97 authored by Adiv Paradise on 02 August 2018, 04:35:03 UTC, committed by Adiv Paradise on 02 August 2018, 04:35:03 UTC
1 parent 5bd4716
Raw File
Tip revision: 5a37be1a58b3200355619edaeed3ab08d0d17a97 authored by Adiv Paradise on 02 August 2018, 04:35:03 UTC
Caught missing argument in subroutine call.
Tip revision: 5a37be1
makecheck
All:	f90check.x cc_check.x

f90check.x:	f90check.f90
	${MOST_F90} -o f90check.x f90check.f90

cc_check.x:	cc_check.c
	${MOST_CC} -o cc_check.x cc_check.c
back to top