Mercurial > hgrepos > Python > apps > py-cutils
diff Makefile @ 364:bbfcdbd75bfe
Put a "help" target as default target into the Makefile
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 04 Apr 2025 19:14:20 +0200 |
| parents | f9064130af74 |
| children |
line wrap: on
line diff
--- a/Makefile Fri Apr 04 19:05:54 2025 +0200 +++ b/Makefile Fri Apr 04 19:14:20 2025 +0200 @@ -4,6 +4,11 @@ # SPDX-License-Identifier: BSD-3-Clause # :- +.PHONY: help clean export-for-dist build distclean dist + +help: + @echo Targets: clean, export-for-dist, build, distclean and dist + clean: rm -rf __arch/ find . -name '*.pyc' -delete
