This commit is contained in:
2024-10-31 09:41:17 +03:00
parent cfc76988fe
commit 09ce08e69a
22 changed files with 23 additions and 22 deletions

10
data/grxe/Makefile Normal file
View File

@@ -0,0 +1,10 @@
LIBS=-L ${HEADAS}/lib -lcfitsio
FFLAGS= -O -ffree-form
all:modelrxte
modelrxte: modelrxte.f
${FC} ${FFLAGS} -o modelrxte modelrxte.f ${LIBS}