Skip to content

Commit

Permalink
Makefile: add clean of pkgs and debian changelog.*
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Jun 16, 2020
1 parent e108271 commit e197f1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.o
tags
deb/
pkgs
debian/changelog.*
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ clean:
$(MAKE) -C xf86-qubes-common clean
(cd xf86-input-mfndev; if [ -e Makefile ] ; then \
$(MAKE) distclean; fi; ./bootstrap --clean || echo )
rm -rf debian/changelog.*
rm -rf pkgs


install: install-rh-agent install-pulseaudio
Expand Down
1 change: 0 additions & 1 deletion pkgs/.gitignore

This file was deleted.

0 comments on commit e197f1b

Please sign in to comment.