mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-07-01 01:58:56 +02:00
15 lines
165 B
Makefile
15 lines
165 B
Makefile
prefix := $(HOME)
|
|
|
|
all:
|
|
|
|
test:
|
|
$(MAKE) -C test
|
|
|
|
D = $(DESTDIR)
|
|
|
|
install:
|
|
install -D -m 755 git-remote-hg \
|
|
$(D)$(prefix)/bin/git-reinremote-hg
|
|
|
|
.PHONY: all test
|