diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/Makefile b/tests/Makefile deleted file mode 100644 index 6511c3c..0000000 --- a/tests/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# SPDX-License-Identifier: CC0-1.0 - -SCRIPTS=$(wildcard *.sh) - -all: - -clean: - -install: - cp $(SCRIPTS) $(INSTALL_DIR)/ |