Added symandy/makefile-maker-bundle v0.5 recipe (#1337)

* Added symandy/makefile-maker-bundle v0.1 recipe

* Fixed to 4 spaces indentation

* Fixed
This commit is contained in:
Samaël Villette
2022-02-19 10:48:43 +01:00
committed by GitHub
parent b7cd7ffac7
commit 69bf748e95
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Create your Makefile commands here, full reference available at
# https://github.com/Symandy/MakefileMakerBundle#configuration
symandy_makefile_maker:
groups:
# your_project_name:
# commands:

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Symandy\\MakefileMakerBundle\\SymandyMakefileMakerBundle": ["dev"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}