forked from GNUsocial/gnu-social
12 lines
128 B
Makefile
12 lines
128 B
Makefile
.fake: all clean
|
|
|
|
TARGETS=util.min.js
|
|
|
|
all: $(TARGETS)
|
|
|
|
clean:
|
|
rm -f $(TARGETS)
|
|
|
|
util.min.js: util.js
|
|
yui-compressor $< -o $@
|