summaryrefslogtreecommitdiff
path: root/data/frames/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'data/frames/Makefile')
-rw-r--r--data/frames/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/data/frames/Makefile b/data/frames/Makefile
deleted file mode 100644
index 026cbdd..0000000
--- a/data/frames/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# SPDX-License-Identifier: CC0-1.0
-
-frames=$(patsubst %.pnm.gz,%.pnm,$(wildcard *.pnm.gz))
-
-all:
- ./gen-lut.py
-
-clean:
- @rm -f *.bin
-
-%.pnm: %.pnm.gz
- gzip -dk $<
-
-install: $(frames)
- mkdir -p $(INSTALL_DIR)/frames/
- mv $(frames) $(INSTALL_DIR)/frames/
- cp *.bin $(INSTALL_DIR)/frames/