mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-03 13:54:57 +00:00
12 lines
112 B
Makefile
12 lines
112 B
Makefile
![]() |
SUBDIRS = autotools
|
||
|
|
||
|
test-report:
|
||
|
@true
|
||
|
|
||
|
test:
|
||
|
@true
|
||
|
|
||
|
check-local: test
|
||
|
|
||
|
.PHONY: test-report test check-local
|