aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4c8d96b8d..7c6b2bc17 100644
--- a/Makefile
+++ b/Makefile
@@ -306,10 +306,10 @@ clean: ## clean up
.PHONY: .FORCE
sdist-files.txt: .FORCE
- cabal sdist --list-only | sed 's/\.\///' | grep '^\(test\|data\)\/' | sort > $@
+ cabal sdist --list-only | sed 's/\.\///' | grep '^\(test\|data\)/' | sort > $@
git-files.txt: .FORCE
- git ls-tree -r --name-only HEAD | grep '^\(test\|data\)\/' | sort > $@
+ git ls-tree -r --name-only HEAD | grep '^\(test\|data\)/' | sort > $@
help: ## display this help
@echo "Targets:"