summaryrefslogtreecommitdiff
path: root/src/control.mk
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-29 11:33:48 -0400
committerAndrew Cady <d@jerkface.net>2020-05-29 11:33:48 -0400
commitb03e239f21f86fd5f05ea946aa71e1e305387a7c (patch)
tree74cd642613b702355a54d41941ea8a395a847dc1 /src/control.mk
parent8c6b4010899a188582eb01742b7dee5d386c7307 (diff)
split control.mk out of Makefile
Diffstat (limited to 'src/control.mk')
-rw-r--r--src/control.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/control.mk b/src/control.mk
new file mode 100644
index 0000000..a0bba6e
--- /dev/null
+++ b/src/control.mk
@@ -0,0 +1,9 @@
1clean-equivs:
2 rm -f control equivs-stamp
3
4control_files := $(wildcard control.d/*.control)
5control: src/control.sh $(control_files) .git/refs/heads/master
6 ./src/control.sh $(control_files) > $@
7include src/equivs.mk
8
9