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
Luka Vandervelden 2015-05-15 19:26:50 +02:00
parent 3d91eac15d
commit 45fd4e45eb
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
function library.build {
write -n "${target}: ${target}.so ${target}.a"
write
write "\t@:"
targets+=("${target}.so" "${target}.a")