This commit is contained in:
2024-04-19 19:51:52 +03:00
parent d1e1643f8a
commit 7393489332
24 changed files with 1337 additions and 8 deletions

10
data/allsky/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}