Skip to content

Commit

Permalink
rm venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bakera committed Dec 26, 2023
1 parent 15d6e03 commit cbccad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
configuration.py: configuration_sample.py
cp configuration_sample.py configuration.py

media/class_diagram.png: *py venv
venv/bin/pyreverse -o png *py
media/class_diagram.png: *py
pyreverse -o png *py
mv classes.png media/class_diagram.png
rm packages.png

Expand Down
3 changes: 1 addition & 2 deletions gamejamdo_2020-05/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ ii/ii:
cd ii && make

run: ii/ii
cd .. && make venv
cd .. && ./venv/bin/python -m gamejamdo_2020-05
cd .. && python -m gamejamdo_2020-05

0 comments on commit cbccad1

Please sign in to comment.