Makefile 307 B

1234567891011121314151617181920212223
  1. all: clean bootstrap comments fonts icons styles autoprefixer
  2. clean:
  3. @rm -rf dist/
  4. comments:
  5. @bash scripts/comments.sh
  6. bootstrap:
  7. @bash scripts/bootstrap.sh
  8. icons:
  9. @bash scripts/icons.sh
  10. styles:
  11. @bash scripts/styles.sh
  12. fonts:
  13. @bash scripts/fonts.sh
  14. autoprefixer:
  15. @bash scripts/autoprefixer.sh