We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1977975 commit 307c597Copy full SHA for 307c597
Makefile
@@ -1,15 +1 @@
1
-include make/help.make
2
-.DELETE_ON_ERROR:
3
-
4
-.PHONY: all help lint
5
6
-.DEFAULT_GOAL := help
7
8
-## Run all targets
9
-all: render
10
11
-## Lint code base
12
-lint:
13
- @echo "Linting ..."
14
- docker compose up super-linter
15
- @echo "... linting done."
+include make/*.make
in_submodule.make
@@ -0,0 +1 @@
+include muggle/make/*.make
make/main.make
@@ -0,0 +1,14 @@
+.DELETE_ON_ERROR:
+
+.PHONY: all help lint
+.DEFAULT_GOAL := help
+## Run all targets
+all: render
+## Lint code base
+lint:
+ @echo "Linting ..."
+ docker compose up super-linter
+ @echo "... linting done."
0 commit comments