mirror of
https://github.com/Awuqing/BackupX.git
synced 2026-08-29 03:57:39 +08:00
Remove obsolete implementations, centralize background task ownership and terminal-state recovery, consolidate frontend routing and log streaming, and enforce project-wide verification in CI.
11 lines
125 B
Makefile
11 lines
125 B
Makefile
.PHONY: build run test
|
|
|
|
build:
|
|
$(MAKE) -C .. build-server
|
|
|
|
run:
|
|
$(MAKE) -C .. dev-server
|
|
|
|
test:
|
|
$(MAKE) -C .. test-server
|