buildsystem,makefiles,tarball: improve distclean targets to remove .configs/, *.ews...
[sdk] / eda / drivers / sqliteCipher / Makefile
index e8c1e1a..1144080 100644 (file)
@@ -248,8 +248,8 @@ clean: cleantarget
 realclean: cleantarget
        $(call rmr,$(OBJ))
 
-distclean: cleantarget
-       $(call rmr,obj/)
+distclean:
+       $(_MAKE) -f $(_CF_DIR)Cleanfile distclean distclean_all_subdirs
 
 Makefile: ;
 $(_CF_DIR)crossplatform.mk: ;