clean debian temp files
This commit is contained in:
parent
1c8bdcbec0
commit
ece735f467
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -18,6 +18,12 @@ install:
|
|||
|
||||
clean:
|
||||
rm -f $(PRG) $(OBJ)
|
||||
rm -rf debian/.debhelper
|
||||
rm -f debian/files
|
||||
rm -rf debian/flirgtk
|
||||
rm -f debian/debhelper-build-stamp
|
||||
rm -f debian/flirgtk.debhelper.log
|
||||
rm -f debian/flirgtk.substvars
|
||||
|
||||
deb:
|
||||
dpkg-buildpackage -rfakeroot -b -uc -us -ui -i -i
|
||||
|
|
Loading…
Reference in a new issue