+# β Β§ Call out to π₯π€ Yseme βββββββββββββββββββββββββββββββββββββββββ
+
+dry-sync sync : $(YSEME)/GNUmakefile
+ $(MAKE) -f '$<' $@ $(YSEMEOPTS)
+
+# β Β§ Special targets βββββββββββββββββββββββββββββββββββββββββββββββββ
+
+gone :
+ @for publicfile in $(patsubst %,"%",$(wildcard $(DESTDIR)/*)); do if git check-ignore -q "$$publicfile"; then rm -rf "$$publicfile"; fi; done
+
+FORCE : ;
+
+.PHONY : FORCE build dry-sync gone list prebuild sync ;
+
+# β Β§ MakeΒ·file targets βββββββββββββββββββββββββββββββββββββββββββββββ
+
+$(SHUSHE)/GNUmakefile $(YSEME)/GNUmakefile : %/GNUmakefile : FORCE
+ git submodule update --init '$*'