summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bbeddb2f..ed266a5c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,20 @@
all:
@./build.sh
+ @./build-ce.sh
build:
@./build.sh all
+ @./build-ce.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:
rm -f /usr/local/bin/rr
+ rm -f /usr/local/bin/rr-ce
test:
composer update
go test -v -race -cover