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
einsteinathome
libclfft
Commits
e641c4da
Commit
e641c4da
authored
Mar 07, 2011
by
Oliver Bock
Browse files
Fixed Makefile for proper linking
parent
434038db
Changes
1
Hide whitespace changes
Inline
Side-by-side
example/Makefile
View file @
e641c4da
...
...
@@ -14,8 +14,8 @@ else
endif
$(TARGET)
:
main.cpp
g++
$(CXXFLAGS)
$(LDFLAGS)
-o
$(TARGET)
main.cpp
$(TARGET)
:
main.cpp
Makefile
g++
$(CXXFLAGS)
main.cpp
$(LDFLAGS)
-o
$(TARGET)
clean
:
rm
-f
$(TARGET)
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