ares-openbsd/GNUmakefile

7 行
106 B
Makefile
Raw パーマリンク 通常表示 履歴

targets = all clean install uninstall verbose
2022-03-06 06:29:06 +09:00
$(targets):
@$(MAKE) -C desktop-ui $@
2022-03-06 06:29:06 +09:00
.PHONY: $(targets)