X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=GNUmakefile;h=a04468cb1a6a9704440aadb7eb27fdaef0f22fee;hp=837f7103fd94cdeb6d0ae880384d680aa8c2fb2d;hb=HEAD;hpb=b19df31d78d881a43bcf6b3215e5fc3781e8e8aa diff --git a/GNUmakefile b/GNUmakefile index 837f7103..d0894dbb 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,14 +17,14 @@ help: ## Display this help menu clean: ## Clear the application cache rm -rf var/cache/* -install: customcss ## Install wallabag with the latest version +install: ## Install wallabag with the latest version @./scripts/install.sh $(ENV) update: ## Update the wallabag installation to the latest version @./scripts/update.sh $(ENV) dev: ENV=dev -dev: build customcss ## Install the latest dev version +dev: build ## Install the latest dev version @./scripts/dev.sh run: ## Run the wallabag built-in server @@ -34,9 +34,6 @@ build: ## Run webpack @npm install @npm run build:$(ENV) -customcss: - @touch web/custom.css - prepare: clean ## Prepare database for testsuite ifdef DB cp app/config/tests/parameters_test.$(DB).yml app/config/parameters_test.yml