forked from GNUsocial/gnu-social
Makefile to re-generate util.min.js (needs yui-compressor in path)
This commit is contained in:
parent
2836c4e561
commit
b7f43c8127
11
js/Makefile
Normal file
11
js/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
.fake: all clean
|
||||
|
||||
TARGETS=util.min.js
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
clean:
|
||||
rm -f $(TARGETS)
|
||||
|
||||
util.min.js: util.js
|
||||
yui-compressor $< -o $@
|
Loading…
Reference in New Issue
Block a user