mirror of
https://github.com/meetecho/janus-gateway.git
synced 2025-04-20 14:26:15 +08:00
16 lines
251 B
Makefile
16 lines
251 B
Makefile
demodir = $(datadir)/janus/html
|
|
|
|
html-local:
|
|
true
|
|
|
|
install-data-local: html-local
|
|
$(MKDIR_P) $(DESTDIR)$(demodir)
|
|
cp -r * $(DESTDIR)$(demodir)
|
|
rm -f $(DESTDIR)$(demodir)/Makefile*
|
|
|
|
uninstall-local:
|
|
rm -rf $(DESTDIR)$(demodir)
|
|
|
|
clean-local:
|
|
true
|