From 8de67af1a43cc331415adea5af499b35d0e68c75 Mon Sep 17 00:00:00 2001 From: Kirisummer Date: Sat, 10 Jan 2026 17:48:06 +0200 Subject: [PATCH 1/2] Make execute rebuild the game Add a dependency on $(target) so that application is rebuilt by execute target on change. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b83bfa..54eb9c8 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ $(buildDir)/%.o: src/%.cpp Makefile $(CXX) -MMD -MP -c $(compileFlags) $< -o $@ $(CXXFLAGS) # Run the executable -execute: +execute: $(target) $(target) $(ARGS) # Clean up all relevant files From 4fbed6f9b9036504021bdfb4ab25be0fe2137ae3 Mon Sep 17 00:00:00 2001 From: Kirisummer Date: Sun, 18 Jan 2026 16:49:28 +0200 Subject: [PATCH 2/2] Add Kirisummer as contributor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1c63bb..d53e13b 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ It's pretty simple actually: - [jason-cannon](https://github.com/jason-cannon) Jason Cannon - contributor - [return215](https://github.com/return215) Muhammad Hidayat - contributor - [Samuel Asher Rivello](https://github.com/SamuelAsherRivello) - contributor +- [Kirisummer](https://github.com/Kirisummer) - contributor ## Licence