summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-05-26 15:36:44 +0200
committerPaul C. Buetow <paul@buetow.org>2014-05-26 15:36:44 +0200
commite7a6b6dd3eba65523e66e06d32ce04998dffe5dd (patch)
treed767af6350b8b455d9db6a19c0f7d0e8316c2c9e /Makefile
parent259a0937c4dbc395497d7050f1d16d8b5127b877 (diff)
parent5226f622e1c20ebf1c836c19e5d57ff7a3aa5591 (diff)
Merge branch 'master' of github.com:rantanplan/fapi
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0bc6d71..104db0c 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ documentation:
./bin/fapi -h -n > ./docs/synopsis.txt
# Build a debian package
deb: all
- dpkg-buildpackage -us -uc
+ dpkg-buildpackage # -us -uc
dch:
dch -i
release: dch deb