UNPKG
librecast-auth
Version:
latest (0.0.1)
0.0.1
0.0.0
Library to access Librecast authentication over multicast from the browser
librecast-auth
/
src
/
Makefile
13 lines
(9 loc)
•
238 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
CLASSES := auth.js key.js all: ../dist/auth.js ../dist/auth.min.js ../dist/auth.js: $(CLASSES)
cat
license.js >
$@
cat
globals.js >>
$@
cat
auth.js >>
$@
cat
key.js >>
$@
../dist/auth.min.js: ../dist/auth.js minify --js < $^ >
$@