Skip to content

Commit

Permalink
Correct rules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blindij authored Oct 7, 2024
1 parent 00ed5d9 commit 041a8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The function is called with the `call` command. Here we kill a vim process befor
%.o: %c
$(call kill-program, vim)
$(CC) $(CFLAGS) -c $< -o $@

```

## Rules
The rule governing the building of the hello world program was so called _explicit_ rule. There are other
Expand Down

0 comments on commit 041a8c9

Please sign in to comment.