sendmail/sendmail.etc-mail-Makefile
songnannan 5316240f7d init
2020-01-01 00:11:22 +08:00

9 lines
92 B
Plaintext

# Pass everything to the make script
all:
%: force
@./make $@
force:;
$(MAKEFILE_LIST):;