Commit ed648233 authored by Greg Williams's avatar Greg Williams
Browse files

Added update of Git submodules to Make clean task to ensure they are in sync for new builds

parent e4ab29a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ ci: uninstall all install
clean:
	bundle exec rake clobber
	rm -rf $(BIN_DIR)/* $(OUT_DIR)/*.o *.core
	git submodule update --init

.PHONY: clean