timeshift/makefile
2013-10-05 11:04:20 +05:30

12 lines
121 B
Makefile

all:
cd src; make all
clean:
cd src; make clean
install:
cd src; make install
uninstall:
cd src; make uninstall