You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 line
232 B

  1. build: components index.js
  2. @component build --dev
  3. components:
  4. @component install --dev
  5. clean:
  6. rm -fr build components template.js
  7. list:
  8. @cat index.js | grep exports | sed 's/exports.//' | cut -f 1 -d ' '
  9. .PHONY: clean list