diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-02-11 15:49:59 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-02-11 15:49:59 +0100 |
commit | 16cf84958d059b7500f43dd1ba53e1ed680529a2 (patch) | |
tree | 1b51863e641da4b9efe2f8808e4c68aee3e3efcc /Makefile | |
parent | 44388020aa696238daff956fd06d8470c3e9dcf2 (diff) |
Debian build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -18,6 +18,10 @@ install: clean: -rm -f *.o $(PROJECTNAME) + -dh_clean -.PHONY: clean install all +deb: + dpkg-buildpackage -rfakeroot + +.PHONY: clean install all deb |