From 41744037251ba8b5dc8977056442ffd35f46bc2c Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 5 Jun 2025 09:18:06 -0600 Subject: chore: add a Makefile --- adventure/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 adventure/Makefile diff --git a/adventure/Makefile b/adventure/Makefile new file mode 100644 index 0000000..7f8f288 --- /dev/null +++ b/adventure/Makefile @@ -0,0 +1,6 @@ +setup: + @sudo yum install python3-tkinter python3-pillow-tk python3-pillow + +run: + @mise use python@system + @python AdventureGame.py -- cgit v1.2.3