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