#
#	Copyright 2025 (c) Shin-ichi Nagamura.
#	All rights reserved.
#
#   $Id: Makefile 302 2026-05-18 11:00:33Z core $
#


PACKAGES_DEB_DIR=	packages


all:


clean:
	rm -rf pyprojects/*/dist


.PHONY:	version.txt
version.txt:
	svnversion >$@


ifneq ($(shell uname -s),FreeBSD)
include	Makefile.debian
endif
include	Makefile.debug
