Publish HTML quickly. https://html.house
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.
 
 
 
 

23 lines
335 B

  1. all : local
  2. install :
  3. ./keys.sh gen
  4. cd less/; $(MAKE) install $(MFLAGS)
  5. local : force_look
  6. cd less/; $(MAKE) $(MFLAGS)
  7. development : force_look
  8. cd less/; $(MAKE) development $(MFLAGS)
  9. production : force_look
  10. cd less/; $(MAKE) production $(MFLAGS)
  11. ./build.sh
  12. hidden : production
  13. ./build-hidden.sh
  14. force_look :
  15. true