File tree 1 file changed +16
-10
lines changed
1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
2
2
3
3
all :
4
- git clone https://github.com/clasp-developers/trivial-garbage.git
5
- git clone https://github.com/clasp-developers/bordeaux-threads.git
6
- git clone https://github.com/clasp-developers/cffi.git
7
- git clone https://github.com/clasp-developers/cl-fad.git
8
- git clone https://github.com/clasp-developers/pngload.git
9
- git clone https://github.com/clasp-developers/read-csv.git
10
- git clone https://github.com/clasp-developers/trivial-features.git
11
- git clone https://github.com/clasp-developers/trivial-gray-streams.git
12
- git clone https://github.com/clasp-developers/usocket.git
13
- git clone https://github.com/clasp-developers/uuid.git
4
+ git clone https://github.com/clasp-developers/trivial-garbage.git ../trivial-garbage
5
+ git clone https://github.com/clasp-developers/bordeaux-threads.git ../bordeaux-threads
6
+ git clone https://github.com/clasp-developers/cffi.git ../cffi
7
+ git clone https://github.com/clasp-developers/cl-fad.git ../cl-fad
8
+ git clone https://github.com/clasp-developers/trivial-gray-streams.git ../trivial-gray-streams
9
+ git clone https://github.com/clasp-developers/usocket.git ../usocket
10
+ git clone https://github.com/clasp-developers/uuid.git ../uuid
11
+
12
+ clean :
13
+ rm -rf ../trivial-garbage
14
+ rm -rf ../bordeaux-threads
15
+ rm -rf ../cffi
16
+ rm -rf ../cl-fad
17
+ rm -rf ../trivial-gray-streams
18
+ rm -rf ../usocket
19
+ rm -rf ../uuid
You can’t perform that action at this time.
0 commit comments