Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
ba122dd1d2d9456fb07e50565d3be42932f67427
ba122dd1d2d9456fb07e50565d3be42932f67427
Switch branch/tag
csst-dag
Makefile
Find file
Normal view
History
Permalink
Makefile
160 Bytes
Newer
Older
update Makefile
BO ZHANG
committed
Jun 12, 2025
1
2
all
:
update Makefile
BO ZHANG
committed
Jun 12, 2025
3
git pull
clean build directory before installation
BO ZHANG
committed
Jul 21, 2025
4
rm
-rf
./build
update Makefile
BO ZHANG
committed
Jun 12, 2025
5
pip
install
.
--no-deps
--force-reinstall
update Makefile
BO ZHANG
committed
Jun 12, 2025
6
add Makefile
BO ZHANG
committed
May 23, 2025
7
install
:
clean build directory before installation
BO ZHANG
committed
Jul 21, 2025
8
rm
-rf
./build
update Makefile
BO ZHANG
committed
Jun 12, 2025
9
pip
install
.
--no-deps
--force-reinstall
add Makefile
BO ZHANG
committed
May 23, 2025
10
11
12
pull
:
git pull