add cli for server-side
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.PHONY: all client server test clean
|
||||
.PHONY: all client server cli test clean
|
||||
|
||||
all: client server
|
||||
all: client server cli
|
||||
|
||||
client:
|
||||
pyinstaller --onefile src/nexus_sync/client/__main__.py --name nexus-sync-client
|
||||
@@ -8,6 +8,9 @@ client:
|
||||
server:
|
||||
pyinstaller --onefile src/nexus_sync/server/__main__.py --name nexus-sync-server
|
||||
|
||||
cli:
|
||||
pyinstaller --onefile src/nexus_sync/cli/__main__.py --name nexus-cli
|
||||
|
||||
test:
|
||||
pytest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user