Skip to content

Instantly share code, notes, and snippets.

@claudinec
Last active October 9, 2015 11:08
Show Gist options
  • Save claudinec/3494286 to your computer and use it in GitHub Desktop.
Save claudinec/3494286 to your computer and use it in GitHub Desktop.
UFT Drupal 7 stub makefile
core = 7.x
api = 2
; Copy of core
projects[drupal][version] = "7.22"
; Copy of uft_profile
; This contains another makefile that will recursively fetch
; our contrib/custom modules, libraries and themes
projects[uft_profile][type] = "profile"
projects[uft_profile][download][type] = "git"
projects[uft_profile][download][url] = "git@github.com:claudinec/uft_profile.git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment