Commit e36f34d
committed
build: make 'clean' target an alias for 'purge'
Autotools and many handwritten Makefiles only provide a 'clean' target,
which typically removes everything. However, the 'clean' target here does
not fully do this, leaving some artifacts behind after it is run. This
leads to confusion when, after cleaning, the build step still doesn't
reflect configuration changes such as newly installed libraries.
Therefore, update the 'clean' target to behave like the 'purge' step.
Signed-off-by: Daniel Wagner <[email protected]>1 parent 271d198 commit e36f34d
1 file changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 27 | | |
34 | 28 | | |
35 | 29 | | |
36 | 30 | | |
37 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
| |||
0 commit comments