Cpp
This commit is contained in:
7
Makefile
7
Makefile
@@ -10,6 +10,7 @@ setup:
|
||||
bash ./scripts/go.sh
|
||||
bash ./scripts/rust.sh
|
||||
bash ./scripts/python.sh
|
||||
bash ./scripts/r.sh
|
||||
make clean
|
||||
make stow
|
||||
@echo "Full setup completed."
|
||||
@@ -45,6 +46,12 @@ rust:
|
||||
python:
|
||||
bash ./scripts/python.sh
|
||||
|
||||
r:
|
||||
bash ./scripts/r.sh
|
||||
|
||||
cpp:
|
||||
bash ./scripts/cpp.sh
|
||||
|
||||
storagebox:
|
||||
bash ./scripts/storagebox.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user