diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +DIST=dist/bitmask +NEXT_VERSION = $(shell cat pkg/next-version) +DIST_VERSION = dist/bitmask-$(NEXT_VERSION)/ +include pkg/pyinst/build.mk + clean: find . -type f -name "*.py[co]" -delete find . -type d -name "__pycache__" -delete |