timeshift/makefile

30 lines
301 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
2013-10-05 09:34:20 +04:00
2018-11-25 15:54:57 +03:00
app-console:
cd src; make app-console
pot:
cd src; make pot
2019-08-11 16:51:26 +03:00
manpage:
cd src; make manpage
2020-11-15 11:18:47 +03:00
dist-release:
build
dist-deb:
build-deb amd64
2013-10-05 09:34:20 +04:00
clean:
cd src; make clean
install:
cd src; make install
uninstall:
cd src; make uninstall