aboutsummaryrefslogtreecommitdiff
path: root/share/pop.mk
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-15 10:52:11 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-15 10:52:11 -0700
commit66eb918a13b6607cc7bb615350a0e26f3670cd54 (patch)
tree91a9f9c3e086e778fc754aa299f223e59dad429c /share/pop.mk
parent463ed852261da4d1dd1b859fa717a1d683306c9d (diff)
factored out the common code of makefiles
Diffstat (limited to 'share/pop.mk')
-rw-r--r--share/pop.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/pop.mk b/share/pop.mk
new file mode 100644
index 0000000..cee9e65
--- /dev/null
+++ b/share/pop.mk
@@ -0,0 +1,4 @@
+-include $(DEPS_$(d))
+
+d := $(DIRSTACK_$(SP))
+SP := $(basename $(SP))