mirror of
https://git.proxmox.com/git/proxmox-acme
synced 2025-08-07 10:42:51 +00:00
make clean: clean more
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b727e3a6b8
commit
c69fdfe998
2
Makefile
2
Makefile
@ -40,7 +40,7 @@ dinstall: ${DEB}
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf ${BUILDDIR} ${BUILDDIR}.tmp *.deb *.buildinfo *.changes *.dsc *.tar.?z
|
rm -rf ${PACKAGE}-*/ ${BUILDDIR}.tmp *.deb *.buildinfo *.changes *.dsc *.tar.?z
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEB}
|
upload: ${DEB}
|
||||||
|
Loading…
Reference in New Issue
Block a user