From 66eb918a13b6607cc7bb615350a0e26f3670cd54 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Fri, 15 May 2020 10:52:11 -0700 Subject: factored out the common code of makefiles --- share/push.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 share/push.mk (limited to 'share/push.mk') diff --git a/share/push.mk b/share/push.mk new file mode 100644 index 0000000..4ea661d --- /dev/null +++ b/share/push.mk @@ -0,0 +1,3 @@ +SP := $(SP).x +DIRSTACK_$(SP) := $(d) +d := $(DIR) -- cgit v1.2.1