Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
some more explanation in the (non-action) default target
· 380c978f
Juergen Nickelsen
authored
Sep 15, 2018
380c978f
Merge branch 'master' of git.w21.org:lisp/pyle
· 3d743bff
Juergen Nickelsen
authored
Sep 15, 2018
3d743bff
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
3d743bff
...
...
@@ -5,9 +5,10 @@
REMOTES
=
$$(
git remote |
sort
-r
)
JUNK
=
*
~
*
.pyc __pycache__ TAGS
all
:
default
:
@
echo
@
echo
" This Makefile has no meaningful default target."
@
echo
" Try test, tags, clean, push."
@
echo
test
:
...
...