objects= auto.js style.css all: $(objects) clean: rm -f $(objects) style.css: styl.styl stylus -c -p $< > $@ %.js: %.coffee coffee -c $<