mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-11 05:35:40 +01:00
7 lines
47 B
Makefile
7 lines
47 B
Makefile
all:
|
|
|
|
test:
|
|
$(MAKE) -C test
|
|
|
|
.PHONY: all test
|