We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13d218a + b1ca20a commit 625c55eCopy full SHA for 625c55e
Makefile
@@ -31,15 +31,14 @@ ifeq (,$(PYTHON))
31
endif
32
33
34
-# Controls
35
-.PHONY : commands clean files
36
-
37
# Default target
38
.DEFAULT_GOAL := commands
39
40
## I. Commands for both workshop and lesson websites
41
## =================================================
42
+.PHONY: site docker-serve repo-check clean clean-rmd
+
43
## * serve : render website and run a local server
44
serve : lesson-md
45
${JEKYLL} serve
@@ -160,6 +159,8 @@ lesson-fixme :
160
159
## IV. Auxililary (plumbing) commands
161
162
+.PHONY : commands
163
164
## * commands : show all commands.
165
commands :
166
@sed -n -e '/^##/s|^##[[:space:]]*||p' $(MAKEFILE_LIST)
0 commit comments