Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 217 → Rev 220

/relevation/tags/1.2/GNUmakefile
4,7 → 4,7
DESTDIR:=
 
PKG=relevation
VERSION=$(shell printf 'import relevation\nprint relevation.__version__' | python -)
VERSION=$(shell printf 'import relevation\nprint relevation.__version__' | python - && $(RM) relevation.pyc )
PKGVER=$(PKG)-$(VERSION)
 
INSTALLROOT=$(DESTDIR)$(prefix)