mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-08-07 17:31:26 +00:00
remove generated files in clean target
This commit is contained in:
parent
1fba27e00b
commit
eb09b155c8
2
Makefile
2
Makefile
@ -69,7 +69,7 @@ upload: ${DEB}
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf build *~ *.deb ${PACKAGE}-*.tar.gz
|
rm -rf build *~ *.deb ${PACKAGE}-*.tar.gz pveum.1.pod pveum.1.gz
|
||||||
find . -name '*~' -exec rm {} ';'
|
find . -name '*~' -exec rm {} ';'
|
||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
|
Loading…
Reference in New Issue
Block a user