summaryrefslogtreecommitdiff
path: root/data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile')
-rw-r--r--data/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/data/Makefile b/data/Makefile
deleted file mode 100644
index a65b5bc..0000000
--- a/data/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-License-Identifier: CC0-1.0
-
-SUBDIRS=frames
-
-recursive=all clean install
-
-all:
-
-$(recursive):
- @target=$@ ; \
- for subdir in $(SUBDIRS); do \
- echo "Making $$target in $$subdir" ; \
- $(MAKE) -C $$subdir $$target; \
- done