diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-10-15 15:16:35 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-10-15 15:16:35 +0200 |
commit | f48a6f3a542613d68d7f8d12dfe9abe397c48db2 (patch) | |
tree | f12d4e734552a421632246887f00dec05b79db4b /Makefile | |
parent | 76f2123defe40d7315597938f182fed386707765 (diff) | |
download | wallabag-f48a6f3a542613d68d7f8d12dfe9abe397c48db2.tar.gz wallabag-f48a6f3a542613d68d7f8d12dfe9abe397c48db2.tar.zst wallabag-f48a6f3a542613d68d7f8d12dfe9abe397c48db2.zip |
Bring make dev
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ install: ## Install wallabag with the latest version | |||
17 | update: ## Update the wallabag installation to the latest version | 17 | update: ## Update the wallabag installation to the latest version |
18 | @sh scripts/update.sh $(ENV) | 18 | @sh scripts/update.sh $(ENV) |
19 | 19 | ||
20 | dev: ## Install the latest dev version | ||
21 | @sh scripts/dev.sh | ||
22 | |||
20 | run: ## Run the wallabag built-in server | 23 | run: ## Run the wallabag built-in server |
21 | @php bin/console server:run --env=$(ENV) | 24 | @php bin/console server:run --env=$(ENV) |
22 | 25 | ||