summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-14 17:42:38 +0100
committerVolpeon <git@volpeon.ink>2022-02-14 17:42:38 +0100
commitbd367c7e687bdc64f8e622a9872e16a6d38ee5f2 (patch)
tree3b8841dbc7da0380370d52a41dd5a6495cea6804 /Makefile
parentAdded script to generate a sprite (diff)
downloadiro-icons-bd367c7e687bdc64f8e622a9872e16a6d38ee5f2.tar.gz
iro-icons-bd367c7e687bdc64f8e622a9872e16a6d38ee5f2.tar.bz2
iro-icons-bd367c7e687bdc64f8e622a9872e16a6d38ee5f2.zip
Added ellipsis h and v
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee3bdc2..9fa9aef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1FILES_SRC := $(shell find src/icons -type f -name "*.svg") 1FILES_SRC := $(shell find src/icons -type f -name "*.svg")
2FILES := $(patsubst src/icons/%.svg,dist/%.svg,$(FILES_SRC)) 2FILES := $(patsubst src/icons/%.svg,dist/%.svg,$(FILES_SRC))
3 3
4all: files dist/sprite.svg showcase/index.html 4all: files showcase/index.html
5 5
6files: $(FILES) 6files: $(FILES)
7 7