Skip to content

Instantly share code, notes, and snippets.

@mikeislearning
Created December 11, 2014 17:40
Show Gist options
  • Save mikeislearning/59cf3c292dcb9cfa8f7f to your computer and use it in GitHub Desktop.
Save mikeislearning/59cf3c292dcb9cfa8f7f to your computer and use it in GitHub Desktop.
drupal7-basic.make
; Basic Drush 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