Revision 9581a6d9094df0b09e10be5a540ad1dd1db7f2fb authored by alphaparrot on 08 January 2020, 20:00:25 UTC, committed by GitHub on 08 January 2020, 20:00:25 UTC
1 parent f19b1f3
Raw File
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