diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -38,12 +38,17 @@ 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 ./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.* + src/gistatic src/gistatic.t vgcore.* \ + tests/resources/repo-1/.git tests/resources/repo-2/.git install: all mkdir -p $(DESTDIR)$(PREFIX)/bin |