Makefile #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • indexof/
  • Makefile
  • View
  • Commits
  • Open Download .zip Download (139 B)
build: components index.js
	@component build

components:
	@Component install

clean:
	rm -fr build components template.js

.PHONY: clean
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command