mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-07-17 23:11:03 +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
|