Skip to content

Commit

Permalink
remove old stuff from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanit committed Aug 22, 2024
1 parent 1f46532 commit 3f795f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ clean:
python -Bc "import pathlib; [p.rmdir() for p in pathlib.Path('.').rglob('__pycache__')]"


.PHONY: test_with_branch
test_with_branch:
@echo "creating test environment"
cp pyproject.toml poetry.lock maze-dataset_test


# listing targets, from stackoverflow
# https://stackoverflow.com/questions/4219255/how-do-you-get-the-list-of-targets-in-a-makefile
Expand Down

0 comments on commit 3f795f7

Please sign in to comment.