~deb-thumbnailer-team/deb-thumbnailer/main

2 by Alex Eftimie
performance fixes from khattam
1
all:
2
3
clean:
4
	rm -fr build
5
6
pack:
38 by Alex Eftimie
makefile
7
	tar czvf deb-thumbnailer.tgz deb-thumbnailer install README INSTALL COPYING AUTHORS share debian make-deb Makefile
2 by Alex Eftimie
performance fixes from khattam
8
9
install:
10
	./install install 
11
12
uninstall:
13
	./install uninstall
14
15
.PHONY: install uninstall pack clean