Skip to content

Commit b2d9f31

Browse files
committed
Fixed up the makefile
1 parent b226834 commit b2d9f31

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

makefile

+16-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11

22

33
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

0 commit comments

Comments
 (0)