fusee: delete fusee (this will break build temporarily)

This commit is contained in:
Michael Scire
2021-09-05 10:09:51 -07:00
committed by SciresM
parent da208f8001
commit a6ea490615
201 changed files with 0 additions and 112296 deletions

View File

@@ -1,10 +0,0 @@
SUBFOLDERS := fusee-primary fusee-secondary
TOPTARGETS := all clean
$(TOPTARGETS): $(SUBFOLDERS)
$(SUBFOLDERS):
$(MAKE) -C $@ $(MAKECMDGOALS)
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)