mirror of
https://github.com/git/git.git
synced 2024-11-05 08:47:56 +01:00
6 lines
45 B
Makefile
6 lines
45 B
Makefile
|
# nothing to build
|
||
|
all:
|
||
|
|
||
|
test:
|
||
|
$(MAKE) -C t
|