Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit 136a538

Browse files
committed
(Chore) Remove make file entries for modules
1 parent 7e0ac57 commit 136a538

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

Makefile

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21-
all: lint | build
22-
2321
# -----------------------------------------------------------------------------
2422
# Targets
2523
# -----------------------------------------------------------------------------
@@ -34,26 +32,3 @@ all: lint | build
3432

3533
# Initialize repository
3634
init: .git/hooks/pre-commit
37-
38-
# -----------------------------------------------------------------------------
39-
40-
# Build distribution files
41-
build:
42-
make -C modules/status/lambda build
43-
make -C modules/webhook/lambda build
44-
45-
# Clean distribution files
46-
clean:
47-
make -C modules/status/lambda clean
48-
make -C modules/webhook/lambda clean
49-
50-
# Lint source files
51-
lint:
52-
make -C modules/status/lambda lint
53-
make -C modules/webhook/lambda lint
54-
55-
# -----------------------------------------------------------------------------
56-
57-
# Special targets
58-
.PHONY: .FORCE build lint
59-
.FORCE:

0 commit comments

Comments
 (0)