Skip to content

Commit ae0005d

Browse files
update
1 parent 01e4d20 commit ae0005d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ install: build
1010
mkdir -p "$(PREFIX)/bin"
1111
cp -f ".build/release/accs" "$(PREFIX)/bin/accs"
1212

13+
uninstall:
14+
rm "$(PREFIX)/bin/accs"
15+
1316
docker-run-it:
1417
docker run --rm -it \
1518
--volume "$(pwd):/src" \
1619
--workdir "/src" \
1720
swift:5.3
1821

19-
.PHONY: build test install docker-run-it
22+
.PHONY: build test install uninstall docker-run-it

0 commit comments

Comments
 (0)