We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955f6a4 commit 0c5413fCopy full SHA for 0c5413f
Makefile
@@ -34,9 +34,9 @@ bam: example.bam.tar.gz
34
ngsplot-$(CURVER).tar.gz: $(BINCUFF) $(BINNGSP) $(LIB) $(OTHERS)
35
rm -rf ${DISTFOLDER}
36
mkdir -p ${DISTFOLDER}/bin ${DISTFOLDER}/lib
37
- cp -rL $(BINCUFF) $(BINNGSP) ${DISTFOLDER}/bin
38
- cp -rL $(LIB) ${DISTFOLDER}/lib
39
- cp -rL $(OTHERS) ${DISTFOLDER}
+ cp -RL $(BINCUFF) $(BINNGSP) ${DISTFOLDER}/bin
+ cp -RL $(LIB) ${DISTFOLDER}/lib
+ cp -RL $(OTHERS) ${DISTFOLDER}
40
find ${DISTFOLDER}/ -name '.svn'|xargs -I% rm -r %
41
find ${DISTFOLDER}/ -name '.git'|xargs -I% rm -r %
42
# Remove comments and blank lines from *.r files.
0 commit comments