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