diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-26 04:32:39 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-26 04:32:39 +0000 |
commit | e4f6074d4352516f837e8817450bf5fcb270ba36 (patch) | |
tree | 7dc2333f880dd423839de3c2a6993fe49a3f2175 /externals/build/linux/makefile | |
parent | 1b8135bf011ac58e99254424c2dbf0128aaf2102 (diff) |
added deb: target to compile the .debs
svn path=/trunk/; revision=1045
Diffstat (limited to 'externals/build/linux/makefile')
-rw-r--r-- | externals/build/linux/makefile | 2 |
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 |