Skip to content

Commit

Permalink
Changed function names in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vcalderon2009 committed Feb 22, 2018
1 parent e1767c7 commit e9206c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.PHONY: clean data lint requirements sync_data_to_s3 sync_data_from_s3
environment update_environment remove_environment
.PHONY: clean lint test_environment environment update_environment
remove_environment catl_mr_make delete_mock_catls delete_all_but_raw
clean_data_dir test_files delete_catl_screens

#################################################################################
# GLOBALS #
Expand Down Expand Up @@ -96,9 +97,8 @@ test_files:

## Delete screens from creating catalogues
delete_catl_screens:
screen -S "SDSS_Mocks_create" -X quit
screen -S "SDSS_Data_create" -X quit
screen -S "SDSS_Data_Mocks_create" -X quit
screen -S "ECO_RESOLVE_Mocks_create_m200b" -X quit
screen -S "ECO_RESOLVE_Mocks_create_mvir" -X quit


#################################################################################
Expand Down

0 comments on commit e9206c8

Please sign in to comment.