mirror of
https://github.com/thedjinn/js303.git
synced 2025-08-17 07:48:13 +02:00
8 lines
297 B
Makefile
8 lines
297 B
Makefile
default:
|
|
@curl -O http://builds.emberjs.com/tags/$(VERSION)/ember.js
|
|
@curl -O http://builds.emberjs.com/tags/$(VERSION)/ember.min.js
|
|
@curl -O http://builds.emberjs.com/tags/$(VERSION)/ember.prod.js
|
|
@curl -O http://builds.emberjs.com/tags/$(VERSION)/ember-template-compiler.js
|
|
|
|
.PHONY: default
|