]> git.proxmox.com Git - pve-firewall.git/blobdiff - Makefile
allow to read config from test directory
[pve-firewall.git] / Makefile
index 79fe413bf369af3d017bdb790c7909f75df1534b..0f6d973ccb92cc29c7d6900c4667107e7c20a550 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-RELEASE=3.3
+RELEASE=3.2
 
 VERSION=1.0
 PKGREL=2
@@ -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