Skip to content

Instantly share code, notes, and snippets.

View cameronbracken's full-sized avatar

Cameron Bracken cameronbracken

View GitHub Profile
SRC=myRunifConcise.c randFortran.f90 randWrapper.c
all:
R CMD COMPILE FCFLAGS='-O2' $(SRC)
R CMD SHLIB $(SRC) -o myRand.so
clean:
rm *.o *.so