Commit a2e28901 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Use generic $(MAKE) in Makefile

parent 2ef9c2e5
...@@ -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=""
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment