Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock
Commits
dcb0e1cc
Commit
dcb0e1cc
authored
Apr 02, 2018
by
Leonardo Solis
Browse files
added test rule in Makefile
parent
93199dc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
dcb0e1cc
...
...
@@ -194,5 +194,14 @@ stringify:
odock
:
check-env-all stringify $(SRC)
g++
$(SRC)
$(CFLAGS)
-lOpenCL
-o
$(BIN_DIR)
/
$(TARGET)
$(DEV)
$(NWI)
$(OPT)
$(DD)
$(REP)
$(KFLAGS)
# Example
PDB
:=
3ce3
NRUN
:=
100
TESTNAME
:=
test
test
:
odock
$(BIN_DIR)
/
$(TARGET)
-ffile
./input/
$(PDB)
/derived/
$(PDB)
_protein.maps.fld
-lfile
./input/
$(PDB)
/derived/
$(PDB)
_ligand.pdbqt
-nrun
$(NRUN)
-resnam
$(TESTNAME)
-gfpop
1
clean
:
rm
-f
$(BIN_DIR)
/
*
initpop.txt
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment