tv18/tv/js/手机ubuntu22.04一键安装hipy-server说明/hipy-server_build/redis-3.0.6/Makefile
2025-07-31 20:12:13 +08:00

11 lines
151 B
Makefile

# Top level makefile, the real shit is at src/Makefile
default: all
.DEFAULT:
cd src && $(MAKE) $@
install:
cd src && $(MAKE) $@
.PHONY: install