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