Skip to content

Commit

Permalink
cleanup binaries: fix #13
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangqingW committed Oct 4, 2023
1 parent 5234f78 commit b08e80b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ OBJECTS = $(CPPFILES:.cpp=.o) $(CFILES:.c=.o)

strippedLib: $(SHLIB)
if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]] ; then /usr/bin/strip --strip-debug $(SHLIB); fi
.phony: strippedLib
clean:
rm $(OBJECTS)
.phony: strippedLib clean

RHTSLIB_LIBS=$(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript" -e \
'Rhtslib::pkgconfig("PKG_LIBS")')
Expand Down

0 comments on commit b08e80b

Please sign in to comment.