File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 77
88default : test
99
10- .PHONY : build clean default install install-dev test uninstall
11-
12- # ------------------------------------------------
13- # entrypoints
14- # ------------------------------------------------
10+ .PHONY : build clean default install install-dev pack test uninstall
1511
1612clean :
1713 scripts/clean
1814
19- install :
20- scripts/install
21-
2215install-dev :
2316 scripts/install-dev
2417
25- uninstall :
26- scripts/uninstall
27-
2818# ------------------------------------------------
2919# misc
3020# ------------------------------------------------
@@ -52,6 +42,15 @@ ${MY_BUILD_TIMESTAMP}: target/.timestamp/dotnet_restore \
5242
5343my_build : ${MY_BUILD_TIMESTAMP}
5444
45+ install : ${MY_BUILD_TIMESTAMP}
46+ ${MY_BUILD} self-install
47+
48+ uninstall : ${MY_BUILD_TIMESTAMP}
49+ ${MY_BUILD} self-uninstall
50+
51+ pack : ${MY_BUILD_TIMESTAMP}
52+ ${MY_BUILD} pack
53+
5554target/milone : bin/ninja ${MY_BUILD_TIMESTAMP} \
5655 runtime/milone.h \
5756 runtime/milone.c \
You can’t perform that action at this time.
0 commit comments