Skip to content
Snippets Groups Projects
Commit c0d59541 authored by Stefano Zibetti's avatar Stefano Zibetti
Browse files

Upload New File

parent 1dd9d5ca
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
BINDIR = ./
#BINDIR=${HOME}/bin/
#CFITSIO_LFLAG =
CFITSIO_LFLAG = -L${HOME}/lib/
#CFITSIO_IFLAG =
CFITSIO_IFLAG =-I${HOME}/include/
GCC = /usr/bin/gcc
adaptsmooth : adaptsmooth.c select_FR.c
$(GCC) -g -Wall -o $(BINDIR)adaptsmooth adaptsmooth.c select_FR.c $(CFITSIO_LFLAG) $(CFITSIO_IFLAG) -lcfitsio -lm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment