Skip to content

Commit 530179f

Browse files
authored
Merge pull request #28 from Kirisummer/main
Make execute rebuild the game
2 parents f8f66ce + 4fbed6f commit 530179f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ $(buildDir)/%.o: src/%.cpp Makefile
9393
$(CXX) -MMD -MP -c $(compileFlags) $< -o $@ $(CXXFLAGS)
9494

9595
# Run the executable
96-
execute:
96+
execute: $(target)
9797
$(target) $(ARGS)
9898

9999
# Clean up all relevant files

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ It's pretty simple actually:
140140
- [jason-cannon](https://github.com/jason-cannon) Jason Cannon - contributor
141141
- [return215](https://github.com/return215) Muhammad Hidayat - contributor
142142
- [Samuel Asher Rivello](https://github.com/SamuelAsherRivello) - contributor
143+
- [Kirisummer](https://github.com/Kirisummer) - contributor
143144

144145

145146
## Licence

0 commit comments

Comments
 (0)