timeshift/makefile
2021-06-06 12:13:44 +05:30

38 lines
434 B
Makefile

all:
cd src; make all
app-gtk:
cd src; make app-gtk
app-console:
cd src; make app-console
pot:
cd src; make pot
manpage:
cd src; make manpage
dist-release:
build-release
dist-publish:
build-update-repo-debian
build-update-repo-redhat
build-update-repo-archlinux
dist-upload:
build-upload
dist-deb:
build-deb amd64
clean:
cd src; make clean
install:
cd src; make install
uninstall:
cd src; make uninstall