]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - common.mk
Make configuration of SPI devices target dependent
[pes-rpp/rpp-lib.git] / common.mk
index 701b115feced8fb785db2aaaf1d4d83aa425b1b3..21be6551f7cd3d3a624e0998422a56dff090fbe8 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -56,6 +56,7 @@ RELEASE_BASENAME = $$(RELEASE_PREFIX)-$$(RELEASE_VERSION)
 $$(RELEASE_BASENAME).zip:
        rm -rf $$@ $$(RELEASE_BASENAME)
        $(MAKE) $$(RELEASE_BASENAME)
+       find $$(RELEASE_BASENAME) -type d -empty -print -delete
        zip  -r $$@ $$(RELEASE_BASENAME)
 
 $$(RELEASE_BASENAME):: .git/info/attributes