mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 05:06:24 +00:00
Silenced errors and warnings regarding missing extensions
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
include ../common.make
|
||||
|
||||
WEBSERVER_RESOURCE_FILES = $(shell ls *css *ico *js *gif *png *html *txt)
|
||||
WEBSERVER_RESOURCE_FILES = $(shell ls *css *ico *js *gif *png *html *txt >/dev/null 2>&1)
|
||||
|
||||
all ::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user