timeshift/makefile
Clement Lefebvre cad8820865 Revert "Remove trailing spaces"
This reverts commit f04fb67bab.

I thought Tony was done updating his repository when committing this.

I revert it for now as it makes merging difficult and it isn't urgent to fix.
2022-05-29 12:24:56 +01:00

35 lines
410 B
Makefile

all:
cd src; make all
app-gtk:
cd src; make app-gtk
app-console:
cd src; make app-console
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