mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 22:49:53 +01:00
9 lines
133 B
Makefile
9 lines
133 B
Makefile
all:
|
|
@cp lib/marked.js marked.js
|
|
@uglifyjs -o marked.min.js marked.js
|
|
|
|
clean:
|
|
@rm marked.js
|
|
@rm marked.min.js
|
|
|
|
.PHONY: clean all
|