From f0a07a58d4c54dffe2aae555c80dcf706e21c494 Mon Sep 17 00:00:00 2001 From: tslater2006 Date: Wed, 20 Feb 2019 08:25:37 -0600 Subject: [PATCH] Copy new sept-primary to out folder --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cdc0d4dd0..7e7e92a6a 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ dist: all mkdir out mv atmosphere-$(AMSVER).zip out/atmosphere-$(AMSVER).zip cp fusee/fusee-primary/fusee-primary.bin out/fusee-primary.bin + cp sept/sept-primary/sept-primary.bin out/sept-primary.bin .PHONY: $(TOPTARGETS) $(COMPONENTS)