mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-01-26 08:09:03 +01:00
7 lines
47 B
Makefile
7 lines
47 B
Makefile
all:
|
|
|
|
test:
|
|
$(MAKE) -C test
|
|
|
|
.PHONY: all test
|