install svg file

This commit is contained in:
Mike McLean 2025-05-08 07:28:59 -04:00 committed by Tomas Kopecek
parent 52cc8b9d41
commit cc4d88e99e

View file

@ -1,5 +1,5 @@
SERVERDIR = /images
FILES = $(wildcard *.gif *.png *.ico)
FILES = $(wildcard *.gif *.png *.ico *.svg)
_default:
@echo "nothing to make. try make install"