timeshift/makefile

35 lines
410 B
Makefile
Raw Normal View History

2013-10-05 09:34:20 +04:00
all:
cd src; make all
2018-11-25 15:54:57 +03:00
app-gtk:
cd src; make app-gtk
2018-11-25 15:54:57 +03:00
app-console:
cd src; make app-console
2019-08-11 16:51:26 +03:00
manpage:
cd src; make manpage
2020-11-15 11:18:47 +03:00
dist-release:
2021-06-06 09:43:44 +03:00
build-release
dist-publish:
build-update-repo-debian
build-update-repo-redhat
build-update-repo-archlinux
2021-06-06 09:43:44 +03:00
dist-upload:
build-upload
2020-11-15 11:18:47 +03:00
dist-deb:
build-deb amd64
2013-10-05 09:34:20 +04:00
clean:
cd src; make clean
install:
cd src; make install
2013-10-05 09:34:20 +04:00
uninstall:
cd src; make uninstall