Do not forget to create output dir for compressed files
This commit is contained in:
1
Makefile
1
Makefile
@@ -112,6 +112,7 @@ VPATH := $(SRCDIR)
|
|||||||
# Define how to compress files using the PackBits16 codec
|
# Define how to compress files using the PackBits16 codec
|
||||||
# Compressor script requires Python 3
|
# Compressor script requires Python 3
|
||||||
$(RESDIR)/%.pb16: $(SRCDIR)/tools/pb16.py $(RESDIR)/%
|
$(RESDIR)/%.pb16: $(SRCDIR)/tools/pb16.py $(RESDIR)/%
|
||||||
|
@$(MKDIR_P) $(@D)
|
||||||
$^ $@
|
$^ $@
|
||||||
|
|
||||||
# Catch non-existent files
|
# Catch non-existent files
|
||||||
|
|||||||
Reference in New Issue
Block a user