We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8f66ce + 4fbed6f commit 530179fCopy full SHA for 530179f
2 files changed
Makefile
@@ -93,7 +93,7 @@ $(buildDir)/%.o: src/%.cpp Makefile
93
$(CXX) -MMD -MP -c $(compileFlags) $< -o $@ $(CXXFLAGS)
94
95
# Run the executable
96
-execute:
+execute: $(target)
97
$(target) $(ARGS)
98
99
# Clean up all relevant files
README.md
@@ -140,6 +140,7 @@ It's pretty simple actually:
140
- [jason-cannon](https://github.com/jason-cannon) Jason Cannon - contributor
141
- [return215](https://github.com/return215) Muhammad Hidayat - contributor
142
- [Samuel Asher Rivello](https://github.com/SamuelAsherRivello) - contributor
143
+- [Kirisummer](https://github.com/Kirisummer) - contributor
144
145
146
## Licence
0 commit comments