From ef802b4fe7458cdb75c60c846db162fb39028d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 7 Mar 2022 20:28:35 +0100 Subject: Cleanup makefile. --- static/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/Makefile b/static/Makefile index b85422a3..e567c350 100644 --- a/static/Makefile +++ b/static/Makefile @@ -1,4 +1,4 @@ -.PHONY: all clean watch +.PHONY: all install clean watch TARGETS := style.css smallcal.css script.out.js WATCH= @@ -29,6 +29,8 @@ watch: rename-session "calp watch" \; \ select-layout even-vertical +install: all + install -m644 -t $(DESTDIR)/usr/share/calp/www/ $(TARGETS) clean: rm $(TARGETS) -- cgit v1.2.3