6 lines
114 B
Makefile
6 lines
114 B
Makefile
## what ever we called, don't do it here
|
|
default:
|
|
$(MAKE) -C ..
|
|
|
|
$(MAKECMDGOALS):
|
|
$(MAKE) -C .. $(MAKECMDGOALS)
|