1
0
mirror of https://github.com/falk-werner/webfuse synced 2025-06-13 12:54:15 +00:00

adds missing rule for initial download directory creation

This commit is contained in:
nosamad 2019-04-15 21:57:04 +02:00
parent d362f40bb0
commit ab495bbe74

View File

@ -157,5 +157,8 @@ $(OUTDIR)/src/%: $(FETCHDIR)/%.tar.gz | $(OUTDIRS)
&& tar -C $(dir $@) -xf $< \
&& touch $@
$(FETCHDIR):
$(SILENT)mkdir -p $@
.DELETE_ON_ERROR: $(FETCH_TARGETS)