all: ALWAYS
	@$(MAKE) -s -C .. pimd/pimd
%: ALWAYS
	@$(MAKE) -s -C .. pimd/$@

Makefile:
	#nothing
ALWAYS:
.PHONY: ALWAYS makefiles
.SUFFIXES:
