Do not forget to create output dir for compressed files

This commit is contained in:
ISSOtm
2021-03-14 12:39:11 +01:00
parent 5a58d19f7d
commit 9e79b46654

View File

@@ -112,6 +112,7 @@ VPATH := $(SRCDIR)
# Define how to compress files using the PackBits16 codec
# Compressor script requires Python 3
$(RESDIR)/%.pb16: $(SRCDIR)/tools/pb16.py $(RESDIR)/%
@$(MKDIR_P) $(@D)
$^ $@
# Catch non-existent files