diff --git a/Makefile b/Makefile index 8080774..5a86df7 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ all: web tools help msg web: $(INSTALL) -d -m 0755 $(WWWDIR)/$(NAME)/{,includes,images} $(INSTALL) -m 0644 htdocs/*.php $(WWWDIR)/$(NAME) + $(INSTALL) -m 0644 htdocs/style.css $(WWWDIR)/$(NAME) $(INSTALL) -m 0644 htdocs/includes/*.php $(WWWDIR)/$(NAME)/includes $(INSTALL) -m 0666 htdocs/accueil.txt $(WWWDIR)/$(NAME) $(INSTALL) -m 0644 htdocs/images/*.* $(WWWDIR)/$(NAME)/images