2fb5d15ce3
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
13 lines
109 B
Makefile
13 lines
109 B
Makefile
|
|
TOP = ../..
|
|
include $(TOP)/configs/current
|
|
|
|
|
|
default:
|
|
cd mini ; $(MAKE)
|
|
|
|
|
|
clean:
|
|
cd mini ; $(MAKE) clean
|
|
|