aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9c007a0..f12fa70 100644
--- a/Makefile
+++ b/Makefile
@@ -38,17 +38,18 @@ manpages = $(manpages.in:.in=)
all: $(manpages) src/gistatic
check: all src/gistatic.t
- rm -f tests/resources/repo-1/.git
- rm -f tests/resources/repo-2/.git
- ln -s .gitdir tests/resources/repo-1/.git
- ln -s .gitdir tests/resources/repo-2/.git
+ rm -f tests/resources/repositories/repo-1/.git
+ rm -f tests/resources/repositories/repo-2/.git
+ ln -s .gitdir tests/resources/repositories/repo-1/.git
+ ln -s .gitdir tests/resources/repositories/repo-2/.git
./src/gistatic.t
sh aux/assert-catgets.sh src/gistatic.c
clean:
rm -rf public/ $(manpages) README.*.md CHANGELOG.*.md messages.mo \
src/gistatic src/gistatic.t vgcore.* \
- tests/resources/repo-1/.git tests/resources/repo-2/.git
+ tests/resources/repositories/repo-1/.git \
+ tests/resources/repositories/repo-2/.git
install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin