aboutsummaryrefslogtreecommitdiff
path: root/static/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-07 20:28:35 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-07 20:29:14 +0100
commitef802b4fe7458cdb75c60c846db162fb39028d1e (patch)
tree4bf9d6dd5480a3e206435fbdcb6b7b038f53455d /static/Makefile
parentAdd new tests. (diff)
downloadcalp-ef802b4fe7458cdb75c60c846db162fb39028d1e.tar.gz
calp-ef802b4fe7458cdb75c60c846db162fb39028d1e.tar.xz
Cleanup makefile.
Diffstat (limited to 'static/Makefile')
-rw-r--r--static/Makefile4
1 files changed, 3 insertions, 1 deletions
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)