Initial commit.

This commit is contained in:
Jonathan Harker 2012-09-28 02:24:04 +01:00
commit 0658661220
25 changed files with 1104 additions and 0 deletions

12
Makefile Normal file
View file

@ -0,0 +1,12 @@
all: build
clean:
fakeroot make -f debian/rules clean
build:
dpkg-buildpackage -rfakeroot -b -tc
debug:
dpkg-buildpackage -rfakeroot -b
.PHONY: build