summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-09 16:15:19 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-09 16:15:19 +0300
commit44f50e884d5a4e14c404bf0412b996aa4f3c351c (patch)
tree38725c6626dc70da78abd8b6040acd0f8a323be3 /Makefile
parent04ad9983ddbdab10fbaeb13733bd44eb39260cd2 (diff)
downloadick-contractor-44f50e884d5a4e14c404bf0412b996aa4f3c351c.tar.gz
Fix: dependencies in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3cc8e6..fa34f4d 100644
--- a/Makefile
+++ b/Makefile
@@ -12,4 +12,4 @@ htmls = $(srcs:.md=.html)
all: $(pdfs) $(htmls)
-contractor.pdf contractor.html: contractor.md contractor.py contractor.yaml
+contractor.pdf contractor.html: contractor.md funcs.py binds.yaml