Skip to content

Instantly share code, notes, and snippets.

@JustinTulloss
Created April 11, 2012 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JustinTulloss/2355848 to your computer and use it in GitHub Desktop.
Save JustinTulloss/2355848 to your computer and use it in GitHub Desktop.
MARKETING_JS_BUILD = $(MARKETING_MEDIA_BASE)/js/m.js
MARKETING_CSS_BUILD = $(MARKETING_MEDIA_BASE)/css/m.css
marketing: \
$(addprefix $(MARKETING_MEDIA_BASE)/less/, $(MARKETING_LESS_FILES)) \
concat-marketing-js \
concat-marketing-css \
$(MARKETING_JS_BUILD) \
$(MARKETING_CSS_BUILD)
%.js:
$(JSC) $(JSFLAGS) $@
%.less: mkcssdir
$(LESSC) $(LESSFLAGS) $@ $(subst less,css,$@)
%.css:
$(CSSC) $(CSSFLAGS) $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment