# saturnin - Smart and ready desktop helper # See LICENSE file for copyright and license details. include config.mk all: options build options: @echo saturnin build options: @echo "VERSION = ${VERSION}" @echo "PREFIX = ${PREFIX}" build: @mkit/make build manpages: build @mkit/make build_manpages clean: @mkit/make clean dist: clean @mkit/make dist install: all @mkit/make install uninstall: @mkit/make uninstall .PHONY: all options clean dist install uninstall