File tree 3 files changed +3
-13
lines changed
3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 1
1
2
2
help :
3
3
@echo
4
- @echo ' Usage: make {boot|boot-faster }'
4
+ @echo ' Usage: make {boot|help }'
5
5
@echo
6
6
@echo ' Targets:'
7
7
@echo ' boot Create executable boot jar file.'
8
- @echo ' boot-faster Create executable boot jar file with class data sharing.'
9
8
@echo
10
9
11
10
clean :
@@ -21,13 +20,4 @@ boot: build
21
20
echo ' exit' >> boot
22
21
cat target/boot* -standalone.jar >> boot
23
22
chmod 0755 boot
24
- @echo " *** Done. Copy ./boot to a directory in your PATH. ***"
25
-
26
- boot-faster : build
27
- echo ' #!/usr/bin/env bash' > boot
28
- echo ' java -Xshare:on -Xbootclasspath/a:$$0 tailrecursion.boot "$$@"' >> boot
29
- echo ' exit' >> boot
30
- cat target/boot* -standalone.jar >> boot
31
- chmod 0755 boot
32
- sudo java -Xshare:dump -Xbootclasspath/a:boot
33
- @echo " *** Done. Copy ./boot to a directory in your PATH. ***"
23
+ @echo " *** Done. Created boot executable: ./boot ***"
Original file line number Diff line number Diff line change 1
- (defproject tailrecursion /boot " 0.2.1 "
1
+ (defproject tailrecursion /boot " 0.2.2 "
2
2
:description " A dependency setup/build tool for Clojure."
3
3
:url " https://github.com/tailrecursion/boot"
4
4
:license {:name " Eclipse Public License"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments