Skip to content

Commit ca5fdad

Browse files
committed
chore: Update Makefile
1 parent 6f8d19a commit ca5fdad

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Makefile

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,14 @@
77

88
default: 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

1612
clean:
1713
scripts/clean
1814

19-
install:
20-
scripts/install
21-
2215
install-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

5343
my_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+
5554
target/milone: bin/ninja ${MY_BUILD_TIMESTAMP} \
5655
runtime/milone.h \
5756
runtime/milone.c \

0 commit comments

Comments
 (0)