Prevents make from using automated rules when nothing should be done.
- For libraries, at least. It probably should be done in many other places too.master
parent
3d91eac15d
commit
45fd4e45eb
|
@ -2,6 +2,7 @@
|
|||
function library.build {
|
||||
write -n "${target}: ${target}.so ${target}.a"
|
||||
write
|
||||
write "\t@:"
|
||||
|
||||
targets+=("${target}.so" "${target}.a")
|
||||
|
||||
|
|
Loading…
Reference in New Issue