diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-12 10:10:22 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-12 10:10:22 -0600 |
| commit | 6faada09b7fe0a74d34d5858fd4759c204b57321 (patch) | |
| tree | 805f747a0dfcfb2d7eb17c13644f702ee821531d /Makefile | |
initial commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7f8f288 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +setup: + @sudo yum install python3-tkinter python3-pillow-tk python3-pillow + +run: + @mise use python@system + @python AdventureGame.py |
