-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
29 lines (25 loc) · 690 Bytes
/
Makefile
File metadata and controls
29 lines (25 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
all: package.zip
clean:
rm -rf build
cd singreqrun/ && make clean
singreqrun/clients/unix/client.com:
cd singreqrun/ && make
build/singslurm2/README.md: singreqrun/clients/unix/client.com
mkdir -p build/singslurm2
cp -r \
singreqrun/executor.sh \
singreqrun/entrypoint.sh \
singreqrun/coordinator.sh \
singreqrun/patch_path_then.sh \
run_bootstrap.sh \
setup.sh \
README.md \
singreqrun/clients/unix/client.com \
singreqrun/contrib \
build/singslurm2
cp -r \
slurm-profile/{{cookiecutter.profile_name}} \
build/singslurm2/slurm-profile
package.zip: build/singslurm2/README.md
cd build/ && zip -r package.zip singslurm2
mv build/package.zip .