aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1c6c0d53..1df4d632 100755
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ install: ## Install wallabag with the latest version
17update: ## Update the wallabag installation to the latest version 17update: ## Update the wallabag installation to the latest version
18 @sh scripts/update.sh $(ENV) 18 @sh scripts/update.sh $(ENV)
19 19
20dev: ## Install the latest dev version
21 @sh scripts/dev.sh
22
20run: ## Run the wallabag built-in server 23run: ## Run the wallabag built-in server
21 @php bin/console server:run --env=$(ENV) 24 @php bin/console server:run --env=$(ENV)
22 25