Skip to content

Commit 51f012f

Browse files
committed
Add/update project-makefile files
1 parent 082584c commit 51f012f

File tree

3 files changed

+256
-105
lines changed

3 files changed

+256
-105
lines changed

Makefile

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,12 @@ include base.mk
3636
# ------------------------------------------------------------------------------
3737
#
3838
# E.g.
39-
#
39+
#
40+
# Uncomment the next line to include additional makefiles
41+
#include project.mk
4042
#
4143
# Uncomment the next line to customize the project name variable
4244
#PROJECT_NAME := project
4345
#
44-
# Uncomment the next line to include additional makefiles
45-
include pillow.mk
46-
#
4746
# Uncomment the next line to customize the default goal
4847
#.DEFAULT_GOAL := git-commit-push
49-
50-
# Uncomment and edit the next 12 lines to customize the eb-create goal
51-
# eb-create:
52-
# export PLATFORM=\"64bit\ Amazon\ Linux\ 2\ v3.3.13\ running\ Python\ 3.8\";\
53-
# export AWS_PROFILE=profile;\
54-
# export AWS_EB_PROFILE=profile;\
55-
# export ENV_NAME=env;\
56-
# export INSTANCE_TYPE=t3.micro;\
57-
# export LB_TYPE=application;\
58-
# export SSH_KEY=key;\
59-
# export VPC_ID=vpc;\
60-
# export VPC_SG=sg;\
61-
# export VPC_SUBNET_EC2=subnet;\
62-
# export VPC_SUBNET_ELB=subnet;\
63-
# $(MAKE) eb-create-default

0 commit comments

Comments
 (0)