summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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