summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-22 12:03:21 +0300
committerWolfy-J <[email protected]>2019-05-22 12:03:21 +0300
commit7e60e7bb03d81263fe0f3a5f3f5dbd93166d2583 (patch)
tree36cadd5c0422c6cf709cfe229294e0f1722905cc /Makefile
parent6ebb3566b1765e518d96ad4993e90ec17e7b6a4e (diff)
fix stop command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index d96a21aa..43afb68d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,13 @@
all:
@./build.sh
- @./build-ce.sh
build:
@./build.sh all
-build-ce:
- @./build-ce.sh all
clean:
rm -rf rr
- rm -rf rr-ce
install: all
cp rr /usr/local/bin/rr
- cp rr-ce /usr/local/bin/rr-ce
-uninstall:
+uninstall:
rm -f /usr/local/bin/rr
- rm -f /usr/local/bin/rr-ce
test:
composer update
go test -v -race -cover