From fb610e1a80ed5ea546b85378af8b20d6cff05663 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Fri, 9 Mar 2018 23:42:40 +0100 Subject: [PATCH] Remove old targets from Makefile --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5e85bda..ebde30e 100644 --- a/Makefile +++ b/Makefile @@ -31,16 +31,13 @@ test: podcheck test-sqlite test-pg clean: rm -rf lutim.db files/ -rmassets: - rm -rf themes/default/public/packed/* - -dev: rmassets +dev: $(CARTON) morbo $(LUTIM) --listen http://0.0.0.0:3000 --watch lib/ --watch script/ --watch themes/ --watch lutim.conf devlog: multitail log/development.log -prod: rmassets +prod: $(CARTON) hypnotoad -f $(LUTIM) prodlog: