mirror of
https://git.proxmox.com/git/corosync-pve.git
synced 2025-08-15 02:59:36 +00:00
buildsys: expand clean target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
33c8f081e2
commit
2847ca2ccd
3
Makefile
3
Makefile
@ -83,8 +83,7 @@ upload: $(DEBS)
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.deb *.changes *.dsc *.buildinfo $(BUILDDIR)
|
rm -rf *.deb *.changes *.dsc *.buildinfo *.build $(PACKAGE)-[0-9]*/ *.tar.?z
|
||||||
find . -name '*~' -exec rm () ';'
|
|
||||||
|
|
||||||
.PHONY: dinstall
|
.PHONY: dinstall
|
||||||
dinstall: $(DEBS)
|
dinstall: $(DEBS)
|
||||||
|
Loading…
Reference in New Issue
Block a user