From 81fdd7a90cc0dfdc2bc2744d41a346c0d255a6af Mon Sep 17 00:00:00 2001 From: Gordon GECOS Date: Wed, 22 Nov 2023 15:07:29 -0500 Subject: cruft --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f7a5f5..ce0e826 100644 --- a/Makefile +++ b/Makefile @@ -99,8 +99,6 @@ else install -p -m0644 -DT conf/torrc ${instdir}/etc/tor/torrc endif -include user.mk - .PHONY: submodules build-submodules $(SUBMODULES) $(SUBMODULES): stack @a=$$(cd $@ && (exec 3>&1; exec >&2; if test -z "$$(git ls-files)"; then git reset; fi; git status -uno -s >&3)) && (if test -z "$$a"; then set -x; git submodule update --init --recursive $@/; fi) -- cgit v1.2.3