##################################################################
###                     SNPRelate Codes                        ###
###                                                            ###

# additional preprocessor options
PKG_CPPFLAGS = -DUSING_R -I.

# to set flags for the linker
PKG_LIBS = $(FLIBS) $(BLAS_LIBS) $(LAPACK_LIBS) -lpthread

all: $(SHLIB)

clean:
	rm -f ../.travis.yml
	rm -f ../.gitignore
