Skip to content

Commit

Permalink
Some portability tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ndukler authored and andrelmartins committed May 21, 2015
1 parent b1eecd8 commit c73fea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test: main.c twobit.c twobit.h
gcc -o test -Wall -g main.c twobit.c

twobit.so: twobit.c
gcc -o twobit.so -shared twobit.c
gcc -o twobit.so -shared twobit.c -fPIC

twoBit.pkg:
rm -Rf pkg.roxygen
Expand Down
2 changes: 1 addition & 1 deletion Roxygen
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/Rscript
#!/usr/bin/env Rscript
library(methods)
library(utils)
library(roxygen2)
Expand Down

0 comments on commit c73fea9

Please sign in to comment.