]> git.mjollnir.org Git - tks.git/commitdiff
Everyone's favourite dpkg-buildpackage makefile.
authorNigel McNie <nigel@catalyst.net.nz>
Mon, 26 May 2008 11:22:25 +0000 (23:22 +1200)
committerNigel McNie <nigel@catalyst.net.nz>
Mon, 26 May 2008 11:22:25 +0000 (23:22 +1200)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..8533a3d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+all: build
+
+clean:
+       fakeroot make -f debian/rules clean
+
+build:
+       dpkg-buildpackage -rfakeroot -us -uc -b -tc
+
+debug:
+       dpkg-buildpackage -rfakeroot -us -uc -b
+
+.PHONY: build