We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11568a9 commit 33b6b00Copy full SHA for 33b6b00
1 file changed
Makefile
@@ -35,8 +35,15 @@ targets =
35
# Licenses.
36
dist/license.txt: LICENSE
37
cp -f $< $@
38
-
39
-targets += dist/license.txt
+dist/code-re2c/license.txt:
+ mkdir -p dist/code-re2c && curl -Lo $@ https://raw.githubusercontent.com/deimonn/code-re2c/master/LICENSE
40
+dist/oro-theme/license.txt:
41
+ mkdir -p dist/oro-theme && curl -Lo $@ https://raw.githubusercontent.com/deimonn/oro-theme/master/LICENSE
42
+
43
+targets += \
44
+ dist/license.txt \
45
+ dist/code-re2c/license.txt \
46
+ dist/oro-theme/license.txt
47
48
# Scripts.
49
dist/main.js: src/main.js
0 commit comments