timeshift/makefile

12 lines
121 B
Makefile
Raw Normal View History

2013-10-05 09:34:20 +04:00
all:
cd src; make all
clean:
cd src; make clean
install:
cd src; make install
uninstall:
cd src; make uninstall