We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4923c4d commit 0088a85Copy full SHA for 0088a85
Makefile.in
@@ -70,6 +70,8 @@ CHECK_OBJS=tls.o testrun.o getgroups.o getfsdev.o t_stub.o t_unsafe.o trimslash.
70
$(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) -c $< @CC_SHOBJ_FLAG@
71
@OBJ_RESTORE@
72
73
+# NOTE: consider running "packaging/smart-make" instead of "make" to auto-handle
74
+# any changes to configure.sh and the main Makefile prior to a "make all".
75
all: Makefile rsync$(EXEEXT) stunnel-rsyncd.conf @MAKE_RRSYNC@ @MAKE_MAN@
76
.PHONY: all
77
0 commit comments