aboutsummaryrefslogtreecommitdiff
path: root/externals/build/linux
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-09-26 04:32:39 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-09-26 04:32:39 +0000
commite4f6074d4352516f837e8817450bf5fcb270ba36 (patch)
tree7dc2333f880dd423839de3c2a6993fe49a3f2175 /externals/build/linux
parent1b8135bf011ac58e99254424c2dbf0128aaf2102 (diff)
added deb: target to compile the .debs
svn path=/trunk/; revision=1045
Diffstat (limited to 'externals/build/linux')
-rw-r--r--externals/build/linux/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile
index 4c202992..a80bebb1 100644
--- a/externals/build/linux/makefile
+++ b/externals/build/linux/makefile
@@ -36,3 +36,5 @@ install: install-doc
install -m644 *.pd_linux $(prefix)/lib/pd/extra
+deb:
+ cd ../.. && dpkg-buildpackage -b \ No newline at end of file