Skip to content

Instantly share code, notes, and snippets.

@yevgenko
Created September 16, 2012 04:59
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 yevgenko/3731056 to your computer and use it in GitHub Desktop.
Save yevgenko/3731056 to your computer and use it in GitHub Desktop.
Drupal 7 Only Make File
; Drupal 7 Only Make File
;
; Usage:
; drush make --prepare-install drupal7.make
; Core version
; ------------
; Each makefile should begin by declaring the core version of Drupal that all
; projects should be compatible with.
core = 7.x
api = 2
projects[] = drupal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment