5 lines
59 B
Makefile
5 lines
59 B
Makefile
.PHONY: helloa
|
|
|
|
helloa:
|
|
$(MAKE) -C helloa $(MAKECMDGOALS)
|
.PHONY: helloa
|
|
|
|
helloa:
|
|
$(MAKE) -C helloa $(MAKECMDGOALS)
|