mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add the maybe_stripped to a CLEANFILES target to get a clean obj directory
after a clean or cleandir.
This commit is contained in:
parent
2bdca0d9f0
commit
eb26b35651
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PROG= strip
|
||||
MAN1= strip.1
|
||||
CLEANFILES += maybe_stripped
|
||||
|
||||
all: maybe_stripped
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue