1
1
mirror of https://github.com/rsms/inter.git synced 2024-09-11 10:55:24 +03:00

makefile: revert 270d423bae adding back display dep to dist

This commit is contained in:
Rasmus Andersson 2021-06-18 14:27:19 -07:00
parent c57a2aa4f7
commit 5fa70f6e8c

View File

@ -382,6 +382,8 @@ dist_check:
@echo "——————————————————————————————————————————————————————————————————"
dist: dist_zip
# Note: "display" dep is here since the "docs" target loosely depends on it
$(MAKE) -j8 display
$(MAKE) -j docs
@echo "——————————————————————————————————————————————————————————————————"
@echo ""