Skip to content

Commit

Permalink
update grammar for ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcl committed Aug 5, 2024
1 parent ef50442 commit 234188d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 234188d

Please sign in to comment.