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.
 
 
 
 

18 lines
264 B

  1. all : local
  2. install :
  3. cd css/; $(MAKE) install $(MFLAGS)
  4. local : force_look
  5. cd css/; $(MAKE) $(MFLAGS)
  6. development : force_look
  7. cd css/; $(MAKE) development $(MFLAGS)
  8. production : force_look
  9. cd css/; $(MAKE) production $(MFLAGS)
  10. force_look :
  11. true