Skip to content

Commit

Permalink
merge develop make target
Browse files Browse the repository at this point in the history
  • Loading branch information
tcgoetz committed Feb 19, 2024
1 parent ec2afc5 commit 6a0159e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Fit
Submodule Fit updated 1 files
+3 −0 Makefile
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,8 @@ regression_test: clean regression_test_run test
bugreport:
./bugreport.sh

.PHONY: all setup install install_all uninstall uninstall_all update deps create_dbs rebuild_dbs update_dbs clean clean_dbs test zip_packages release clean test test_clean daily flake8 $(SUBMODULES:%=%-flake8)

merge_develop:
git fetch --all && git merge remotes/origin/develop

.PHONY: all setup install install_all uninstall uninstall_all update deps create_dbs rebuild_dbs update_dbs clean clean_dbs test zip_packages release clean test test_clean daily flake8 $(SUBMODULES:%=%-flake8) merge_develop
2 changes: 1 addition & 1 deletion Plugins
Submodule Plugins updated 1 files
+6 −1 Makefile
2 changes: 1 addition & 1 deletion Tcx
Submodule Tcx updated 1 files
+4 −1 Makefile
2 changes: 1 addition & 1 deletion utilities
Submodule utilities updated 1 files
+4 −1 Makefile

0 comments on commit 6a0159e

Please sign in to comment.