ares-openbsd/GNUmakefile

7 行
106 B
Makefile

targets = all clean install uninstall verbose
$(targets):
@$(MAKE) -C desktop-ui $@
.PHONY: $(targets)