Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
a2e28901
Commit
a2e28901
authored
Dec 16, 2010
by
Pieter Noordhuis
Browse files
Use generic $(MAKE) in Makefile
parent
2ef9c2e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a2e28901
...
@@ -97,13 +97,13 @@ install: ${DYLIBNAME} ${STLIBNAME}
...
@@ -97,13 +97,13 @@ install: ${DYLIBNAME} ${STLIBNAME}
@
echo
""
@
echo
""
@
echo
"WARNING: if it fails under Linux you probably need to install libc6-dev-i386"
@
echo
"WARNING: if it fails under Linux you probably need to install libc6-dev-i386"
@
echo
""
@
echo
""
make
ARCH
=
"-m32"
$(MAKE)
ARCH
=
"-m32"
gprof
:
gprof
:
make
PROF
=
"-pg"
$(MAKE)
PROF
=
"-pg"
gcov
:
gcov
:
make
PROF
=
"-fprofile-arcs -ftest-coverage"
$(MAKE)
PROF
=
"-fprofile-arcs -ftest-coverage"
noopt
:
noopt
:
make
OPTIMIZATION
=
""
$(MAKE)
OPTIMIZATION
=
""
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