X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=Makefile;h=1c30cf6075f938f386bf94c73f18f42f86b6604e;hp=79fe413bf369af3d017bdb790c7909f75df1534b;hb=92e1209bfb984c18735dbc73ac929fb0a9832b52;hpb=ba0b3a0a1eae4d40ea2cdeeea33b47ad150f4ad1 diff --git a/Makefile b/Makefile index 79fe413..1c30cf6 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,8 @@ deb ${DEB}: .PHONY: clean clean: - rm -rf *~ */*~ *.deb *.changes build ${PACKAGE}-*.tar.gz + make -C src clean + rm -rf *~ debian/*~ example/*~ *.deb *.changes build ${PACKAGE}-*.tar.gz .PHONY: distclean distclean: clean