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