8 lines
72 B
Makefile
8 lines
72 B
Makefile
all:
|
|
$(MAKE) -C src $@
|
|
|
|
%: FORCE
|
|
$(MAKE) -C src $@
|
|
|
|
.PHONY: all FORCE
|