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
Oliver Behnke
libclfft
Commits
a92bfaeb
Commit
a92bfaeb
authored
May 20, 2011
by
Oliver Bock
Browse files
Added top-level convenience Makefile
* Supported targets: linux (default), macos, win32, clean
parent
6051f04e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
a92bfaeb
default
:
linux
linux
:
$(MAKE)
-C
src
$(MAKE)
-C
example
macos
:
$(MAKE)
-C
src
$(MAKE)
-C
example
win32
:
$(MAKE)
-C
src
-f
Makefile.mingw
$(MAKE)
-C
example
-f
Makefile.mingw
clean
:
$(MAKE)
-C
src clean
$(MAKE)
-C
example clean
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