-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
24 lines (20 loc) · 682 Bytes
/
Makefile
File metadata and controls
24 lines (20 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# --------------------------------------------------------------------
# Author(s): Fanani M. Ihsan
#
# This software may be modified and distributed under the terms of the
# MIT license. See the LICENSE file for details.
# --------------------------------------------------------------------
# all our targets are phony (no files to check).
.PHONY: help build
# suppress makes own output
#.SILENT:
# Regular Makefile part for buildpypi itself
help:
@echo ''
@echo 'Targets:'
@echo ' build build docker'
@echo ''
build:
# only build the container. Note, docker does this also if you apply other targets.
# docker-compose build $(SERVICE_TARGET)
bash build_docker.sh