diff --git a/Makefile b/Makefile index db75855ca..869c2b7b2 100644 --- a/Makefile +++ b/Makefile @@ -122,4 +122,6 @@ distclean: clean $(MAKE) -C $$dir distclean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"; \ done @rm -f .config .context .depend + #@rm -f external -- User make remove the external directory manually +