Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
1bf94ae2
"platforms/cuda/vscode:/vscode.git/clone" did not exist on "bf3def120a36b03d5d3feea188f45013020c8dde"
Commit
1bf94ae2
authored
Aug 19, 2009
by
Michael Sherman
Browse files
Fix examples Makefile for Linux.
parent
74aff2d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/Makefile
examples/Makefile
+2
-2
No files found.
examples/Makefile
View file @
1bf94ae2
...
...
@@ -47,11 +47,11 @@ all : $(ALL_PROGS)
g++
$(CFLAGS)
-I
$(INCLUDE_DIR)
$<
-L
$(LIB_DIR)
$(LIBS)
-o
$*
HelloArgonInC
:
HelloArgonInC.c
g++
$(CFLAGS)
HelloArgonInC.c
\
g++
$(CFLAGS)
-I
$(INCLUDE_DIR)
HelloArgonInC.c
\
-L
$(LIB_DIR)
$(LIBS)
-o
HelloArgonInC
HelloSodiumChlorideInC
:
HelloSodiumChlorideInC.c
g++
$(CFLAGS)
HelloSodiumChlorideInC.c
\
g++
$(CFLAGS)
-I
$(INCLUDE_DIR)
HelloSodiumChlorideInC.c
\
-L
$(LIB_DIR)
$(LIBS)
-o
HelloSodiumChlorideInC
HelloArgonInFortran
:
HelloArgonInFortran.f90 openmm.mod
...
...
Write
Preview
Markdown
is supported
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