repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
perl
/
soap
/
rmdup
/
junli
/
Makefile
blob
03d9bc6bfd0a89dfdae8d3596a271a6ae454858b
1
CXX
=
g
++
# for Linux RedHat 6.1, g++ version 2.95.2
2
3
CPPFLAGS
= -
I.
-
O2
4
rmdSM
:
5
${
CXX
} ${
CPPFLAGS
} -
o rmdSM rmdSM.
cpp
6
clean
:
7
rm
*
.o
8
9