Commit 5fe2027
committed
Add Makefile 'default' target
The command `make` runs the first Makefile target.
Having the first target be called 'default' makes it obvious what is
going on.
I often specify no deps for the default target so running `make' prints:
Nothing to be done for 'default'.1 parent c7cf57a commit 5fe2027
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
0 commit comments