diff --git a/Makefile b/Makefile index 0aabaf8..4c5c2da 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ $(objects): $(object_directory)/%.o: $(source_directory)/%.$(source_ext) $(cc) $(compiler_flags) -c $< -o $@ $(includes)) $(bison_object): $(bison_source) - mkdir -p object + mkdir -p object $(call speaker,\ $(cc) $(compiler_flags) -c $< -o $@ $(includes))