10 lines
152 B
Makefile
10 lines
152 B
Makefile
all: ALWAYS
|
|
@$(MAKE) -s -C .. staticd/staticd
|
|
%: ALWAYS
|
|
@$(MAKE) -s -C .. staticd/$@
|
|
|
|
Makefile:
|
|
#nothing
|
|
ALWAYS:
|
|
.PHONY: ALWAYS makefiles
|
|
.SUFFIXES:
|