From dec32e1516a05db805ff75a9e016e8bea04d1d8e Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 30 Jul 2015 16:07:50 +0200 Subject: name change to SyncRNG and documentation in the .c file --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4531139..da2d612 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ PYTHON=python2 +RLIB=RSyncRNG.so +CFILE=syncrng.c .PHONY: all clean @@ -8,10 +10,9 @@ python: $(PYTHON) setup.py build_ext --inplace R: - R CMD SHLIB -o tausR.so taus.c + R CMD SHLIB -o $(RLIB) $(CFILE) clean: rm -rf build - rm -f taus.so - rm -f tausR.so - rm -f taus.o + rm -f *.so *.o + rm *.pyc -- cgit v1.2.3