From 9e79b46654964f9a5df0f52bc71d5d555c953b94 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 14 Mar 2021 12:39:11 +0100 Subject: [PATCH] Do not forget to create output dir for compressed files --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1827977..99d4394 100644 --- a/Makefile +++ b/Makefile @@ -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