Makefile 285 Bytes
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
2

all:
3
4
5
	#git pull
	rm -rf build csst_dag.egg-info
	pip install -e .
BO ZHANG's avatar
BO ZHANG committed
6

BO ZHANG's avatar
BO ZHANG committed
7
install:
8
	rm -rf build csst_dag.egg-info
BO ZHANG's avatar
BO ZHANG committed
9
	pip install . --no-deps --force-reinstall
BO ZHANG's avatar
BO ZHANG committed
10
11

pull:
BO ZHANG's avatar
tweaks    
BO ZHANG committed
12
13
14
	git pull

compile:
15
16
17
18
	uv pip compile pyproject.toml -o requirements.txt

rsync_zjlab:
	rsync -avrP . zjlab-harbor:/mnt/csst-dag